A package for EDA with Streamlit dashboard
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.1.tar.gz
(3.6 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.1.tar.gz.
File metadata
- Download URL: eda_module-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1c53abc52251a69d1eea3cb1c0ad2839966b963f3ae443a0b9f4acc97e3ec32
|
|
| MD5 |
ccba60621f8789d6e39b7611ffc76f2e
|
|
| BLAKE2b-256 |
223cc01c427391fc36e5aa942c068ac3955d37ac82d60b89027f6ce08e593ddb
|
File details
Details for the file eda_module-0.1.1-py3-none-any.whl.
File metadata
- Download URL: eda_module-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.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 |
7cb6848b806c89143d64f6ba6ba33c40be64c8fcc6448d7d911fb2b60a5bce3f
|
|
| MD5 |
78555af4f137b9f6a4a9b635c50760d4
|
|
| BLAKE2b-256 |
9b681fc7ee4dbb9c6ae47c80fe8f5eac0c7b992b67e56ab141e73cde6a28b5cd
|