Quick EDA utility to summarize unique and missing values in pandas DataFrames.
Project description
pandas_eda_check
A lightweight Python utility for quick dataset interpretation using pandas.
🔍 What it does
Provides a quick summary of:
- Unique values per column
- Missing values (count and %)
- Total data shape
Ideal for exploratory data analysis (EDA) and dataset cleaning.
📦 Installation
pip install pandas_eda_check
💻 Usage
from pandas_eda_check import check
import pandas as pd
df = pd.read_csv('your_dataset.csv')
summary = check(df)
print(summary)
👤 Author
Developed by Ponkoj Shill
Email: csponkoj@gmail.com
📝 License
MIT License
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
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 pandas_eda_check-0.1.1.tar.gz.
File metadata
- Download URL: pandas_eda_check-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38cb99780a7c7b847437c5149131b76090e6739a8739e04354f03a7a60efce22
|
|
| MD5 |
298b9cae23798467ea45b768bb8563e1
|
|
| BLAKE2b-256 |
475edc21e05091e0c3f5f50defc29275ce56c15fa502c74cf0db581848b96442
|
File details
Details for the file pandas_eda_check-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pandas_eda_check-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
636b0b729f312b9ff1b4f228aa241e73f0c5db9a29fff944857fdf768868b3c0
|
|
| MD5 |
d4b4d0f4c93ac7ef802eca2074be82a8
|
|
| BLAKE2b-256 |
cce06a7b6020cc5b2009ae7d78c1bf9260c9096dfe6bd6daa22f1b4e9815d171
|