A Python library for Automated Exploratory Data Analysis, Automated Data Cleaning and Automated Data Preprocessing For Machine Learning and Natural Language Processing in Python.
Project description
Data-Purifier
A Python library for Automated Exploratory Data Analysis, Automated Data Cleaning and Automated Data Preprocessing For Machine Learning and Natural Language Processing in Python.
Features
-
It gives shape, number of categorical and numerical features, description of the dataset, and also the information about the number of null values and their respective percentage.
-
For understanding the distribution of datasets and getting useful insights, there are many interactive plots generated where the user can select his desired column and the system will automatically plot it. Plot includes
- Count plot
- Correlation plot
- Joint plot
- Pair plot
- Pie plot
Get Started
Install the package
pip install data-purifier
Load the module
from datapurifier import Mleda
Load the dataset and let the magic of automated EDA begin
df = pd.read_csv("./datasets/iris.csv")
ae = Mleda(df)
ae
Python Package: https://pypi.org/project/data-purifier/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for data_purifier-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad6f1496654843b517969e7ad5eb4a1761dd10bd6e95781b0bb01692c5e8beef |
|
MD5 | 20f3833720e08d2d6a39d881f4a59dfa |
|
BLAKE2b-256 | e6ab664e6bdc968231bb16ba3f8c81fc65771d75bd4e0a0f15ed526c8e88286e |