Skip to main content

An automated end-to-end data cleaning, preprocessing, and EDA pipeline.

Project description

DataWash 🔬

DataWash Inspector is an automated, end-to-end Python data pipeline that cleans, prunes, prepares, and visualizes your datasets with zero manual effort. It includes a built-in serverless HTML dashboard for zero-code data exploration in Google Colab!

Installation

You can install datawash via pip:

pip install datawash-inspector

Quick Start

It only takes a few lines of code to completely sanitize, optimize, and encode your dataset for machine learning.

from datawash import DataPipeline

# 1. Initialize Pipeline
pipe = DataPipeline()

# 2. Load and Auto-Clean
pipe.load_data('your_data.csv')
pipe.sanitize_garbage().auto_type_correct()
pipe.handle_missing_values(strategy='auto')

# 3. Export Clean Data
pipe.save_data('cleaned_data.csv')

The Interactive Dashboard

datawash comes with a fully automated EDA (Exploratory Data Analysis) dashboard.

For Google Colab / Jupyter Users: Instantly inject a serverless, interactive HTML dashboard directly inside your notebook!

# Magically embeds a stunning UI into your Colab cell
pipe.show_dashboard()

For Local IDE Users (VS Code, PyCharm, etc): Automatically generate the HTML dashboard and open it in your default web browser!

# Generates the report and pops it open in Chrome/Safari/Edge
pipe.show_dashboard()

Dashboard Features

  • 📥 Download Cleaned File: A built-in button allows you to download your fully cleaned and optimized dataset instantly.
  • Univariate Subplots: 3-panel layout (Box, Scatter, Histogram) for numeric columns.
  • Categorical Frequencies: Bar charts with percentage labels.
  • Smart Relationships: Automatically detects the top 5 most highly correlated features and plots them using dynamic chart routers (Num vs Num -> Scatter + OLS, Cat vs Num -> Box, Cat vs Cat -> Grouped Bar).
  • Correlations Heatmap: Advanced Cramér's V, Eta, and Spearman correlation matrix.

📊 Standalone Smart Plotting

Don't want to load the full dashboard? You can generate individual charts directly in your notebook instantly!

# 1. 3-Panel Univariate Subplots
pipe.univariate_subplots('price')

# 2. Smart Relationship Router (Auto-detects data types!)
pipe.plot_relationship('developer', 'price') # Generates Box Plot
pipe.plot_relationship('price', 'user_rating') # Generates Scatter + OLS

# 3. Categorical Frequencies with Percentages
pipe.plot_categorical_frequency('primary_genre')

# 4. Deep Statistical Heatmap
pipe.plot_all_associations_heatmap()

Features

  • Memory Optimization: Automatically downcasts large numbers to save memory (up to 50%+ reduction).
  • Auto-Cleaning: Automatically converts pure whitespace strings or garbage text ("N/A", "?", "-") to NaN values.
  • Smart Imputation: Dynamically imputes missing numeric values with the median and categorical values with the mode.
  • Statistical EDA: Calculates an advanced unified correlation matrix supporting numerical, categorical, and mixed variable types (Cramér's V, Eta, Spearman).
  • Feature Pruning: Automatically identifies and drops highly redundant features (e.g., > 90% correlation) and high-cardinality IDs.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datawash_inspector-0.3.1.tar.gz (27.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datawash_inspector-0.3.1-py3-none-any.whl (29.1 kB view details)

Uploaded Python 3

File details

Details for the file datawash_inspector-0.3.1.tar.gz.

File metadata

  • Download URL: datawash_inspector-0.3.1.tar.gz
  • Upload date:
  • Size: 27.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for datawash_inspector-0.3.1.tar.gz
Algorithm Hash digest
SHA256 b29806705b8f1b0b5abbe38eedb8b1b453f50cbf56148120a62ff32d42322948
MD5 b86d37fc9d9693151cb388d7695bffbf
BLAKE2b-256 a4741a27b2867f607f7109e3406d74229e9590bc906c16f3a1b8339391446fa7

See more details on using hashes here.

File details

Details for the file datawash_inspector-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for datawash_inspector-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 186f6be5d41d11af12837d7e488dd67ad40bcfd1fcfbd1bb8e807dc8a2f30702
MD5 5edd6c4412f2a46ef560153a501ee658
BLAKE2b-256 c04bd42cd87bf91e6f5fcf5d059715ebb77200baa25a0102a6c296cb2434079c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page