Automated exploratory data analysis with one function call
Project description
AutoEDA - Automated Exploratory Data Analysis
One function call for comprehensive data analysis and visualization.
Installation
Local Development Installation
```bash
Clone or download this project
Navigate to the project directory
cd autoeda-library
Install in development mode
pip install -e . ```
Quick Start
import pandas as pd
import autoeda
# Load your data
df = pd.read_csv('your_data.csv')
# One function call does everything!
report = autoeda.analyze(df)
# View summary
report.show_summary()
# Generate visualizations
report.plot_missing_data()
report.plot_distributions()
report.plot_correlation_matrix()
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
autoeda_sujay-0.1.0.tar.gz
(5.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_sujay-0.1.0.tar.gz.
File metadata
- Download URL: autoeda_sujay-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb16a10ad409eefe6b8aa020b8c072b7765dd0314d305f0adae45a5e3e8d7e10
|
|
| MD5 |
ddf491d373a6bda192087f2e4adcf329
|
|
| BLAKE2b-256 |
875e5316969b776d22a49ef23ff14eb94c9e676a1245984e6436061794c6ba4a
|
File details
Details for the file autoeda_sujay-0.1.0-py3-none-any.whl.
File metadata
- Download URL: autoeda_sujay-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4df6c7abac1a0405e393335cd0c5c6e794db1100897e15b27f5f80ae1345d36
|
|
| MD5 |
a4338e18f0912dbf4c415e8ba3a74e8c
|
|
| BLAKE2b-256 |
8eb27e8c5c039506ede81943c2105e55278bf93c929d43b60b9a90224b6cbd66
|