One-line automated exploratory data analysis
Project description
AutoEDA
One-line automated exploratory data analysis for any dataset.
🚀 Features
- Dataset overview (info, statistics)
- Missing value detection
- Duplicate detection
- Correlation analysis
- Skewness detection
- Clean visualizations
- Target column analysis
📦 Installation
pip install autoeda-prayag
Usage
from autoeda.analyzer import analyze
import pandas as pd
df = pd.read_csv("data.csv")
analyze(df, target="survived")
CLI Usage
autoeda data.csv --target survived
Built With
• Python
• Pandas
• Matplotlib
• Seaborn
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
autoeda_prayag-0.0.6.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autoeda_prayag-0.0.6.tar.gz.
File metadata
- Download URL: autoeda_prayag-0.0.6.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79d8284c263fccca674d8a8b8483fd4bb903ddea43550cd567f7de58757f950d
|
|
| MD5 |
d2f65369983a18e90d0bf8079e895040
|
|
| BLAKE2b-256 |
7d92167fed002386f5da3d833b536a5d8f24a1a3ce39b00950a05d71d49dbec3
|
File details
Details for the file autoeda_prayag-0.0.6-py3-none-any.whl.
File metadata
- Download URL: autoeda_prayag-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06c9d27718004b24d511bae6180818a236195eceded082271b87d8fcf4f21ae0
|
|
| MD5 |
a44d0d6737d0614900404962297e803e
|
|
| BLAKE2b-256 |
ab97f86d4e8b27b6ac9eb63ad3dfb9f78652df8a613f7ebdee17ad9d40f3edda
|