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()

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.2.0.tar.gz (26.5 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.2.0-py3-none-any.whl (28.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: datawash_inspector-0.2.0.tar.gz
  • Upload date:
  • Size: 26.5 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.2.0.tar.gz
Algorithm Hash digest
SHA256 50bcb7ed482b9dc245ccbacb2b61098f11a8fa10b759c3621a4b6c902bf9f85f
MD5 0935efb8489b16e51645f6b6adea851e
BLAKE2b-256 24f89d462992fa0d0beb5ff0c2a3b84462ac47c0ec8f949fa209e896c8ef757f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for datawash_inspector-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8a3a068e3b64b61d8fb8f6c7f479342f339e058a01905f09e56d966327c49e44
MD5 43916764a27b1de3baf06cb4cc2157dc
BLAKE2b-256 95d64ec913890f6dad5cf615b3c6866b596f23851da39ff584d006fab08b4e1d

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