Rapid Automated Exploratory Data Analysis for any dataset.
Project description
Rapid_EDA
A Python package for Automated Exploratory Data Analysis for Machine Learning in python.
Automated EDA for Machine Learning
It gives shape,summary, number of categorical and numerical features, description of the dataset, and also the information about the number of null values.
Installation
pip install RapidEDA
Get Started
Load the module
from RapidEDA.eda import eda, eda_report
Automated Report Generation for Machine Learning
Report contains sample of data, shape, number of numerical and categorical features, data uniqueness information, description of data, and null information.
df = sns.load_dataset('tips')
report = eda_report(df)
License
MIT
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 Distribution
RapidEDA-0.1.tar.gz
(4.3 kB
view details)
File details
Details for the file RapidEDA-0.1.tar.gz.
File metadata
- Download URL: RapidEDA-0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b6d6d9100b22de8ebf2b1483a6da71a70e14ac3091d0d6a45251e30c5d38765
|
|
| MD5 |
b3786c17fb76df5851b0481fa3330b5a
|
|
| BLAKE2b-256 |
8bf902fd976cc3bdd59cf9aab77358714578daa9d0c6553aebdf2c03390ae4da
|