A reusable EDA module for exploratory data analysis
Project description
EDA Module
A reusable module for performing exploratory data analysis (EDA) in Python.
Features
- Load and describe datasets.
- Check for missing values and duplicates.
- Perform univariate and bivariate analysis.
- Visualize correlations and outliers.
Installation
pip install eda_module
## Usage
import eda_module as eda
df = eda.load_data("path/to/dataset.csv")
eda.data_overview(df)
eda.check_missing_values(df)
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
eda_module-0.1.0.tar.gz
(3.1 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 eda_module-0.1.0.tar.gz.
File metadata
- Download URL: eda_module-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b707226ba50ed8b01eac83fd717c97937655eebb6c19677f7c9cf6b9fc0e0290
|
|
| MD5 |
5d4ad72b7b03854016d526ebe80166af
|
|
| BLAKE2b-256 |
0dcf43c826801060656f6f470e223d2254f699c666601489d98185f77bfde5d1
|
File details
Details for the file eda_module-0.1.0-py3-none-any.whl.
File metadata
- Download URL: eda_module-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
273ea2c749536521937d396a3cca9b22afc739fee1dcd8004a7d436cdcad1580
|
|
| MD5 |
1115d7f63c42f770db806bf971d3a8a5
|
|
| BLAKE2b-256 |
1ae587cb98b4a19d8fca5888fdd84e8f057b817fb37eaac2ddc5a7a51e4887b8
|