A toolkit for insightful exploratory data analysis (EDA) with advanced visualization and statistical tools.
Project description
InsightfulPy
InsightfulPy is a comprehensive Python package designed to simplify Exploratory Data Analysis (EDA) workflows. It provides powerful utilities for analyzing both numerical and categorical data, detecting outliers, handling missing values, and generating insightful visualizations.
Features
- Numerical Analysis: Summarize numerical features with detailed statistics like mean, median, mode, skewness, kurtosis, and more.
- Categorical Analysis: Generate frequency tables, detect high-cardinality features, and analyze mixed data types.
- Visualization Tools: Create box plots, KDE plots, QQ plots, scatter plots, bar charts, and pie charts effortlessly.
- Outlier Detection: Identify outliers using the IQR method and visualize them.
- Missing Data Handling: Visualize missing data patterns using
missingno. - Customizable Summaries: Grouped statistical summaries with
TableOnefor deeper insights.
Installation
pip install InsightfulPy
Or, if you're installing directly from the repository:
pip install git+https://github.com/dhaneshbb/InsightfulPy.git
Dependencies
pandasnumpymatplotlibseabornresearchpytableonemissingnoscipytabulate
All dependencies are automatically installed with the package.
Usage
Importing the Package
import pandas as pd
from InsightfulPy.eda import *
from InsightfulPy.utils import *
Contributing
Contributions are welcome! Please fork the repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Author
Acknowledgements
- Inspired by best practices in EDA and data visualization.
- Thanks to the open-source community for the amazing tools and libraries!
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
File details
Details for the file insightfulpy-0.1.3.tar.gz.
File metadata
- Download URL: insightfulpy-0.1.3.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59407d170dd87bc69b0d63965792d856ee4e7bab3ee6e0766115117392a009c5
|
|
| MD5 |
a6160e5dd3c4d931480c6efd50bdd8d8
|
|
| BLAKE2b-256 |
81f0aca158113fafdb38e0ffcaf854ce554f468ca5c4435a5a7223285a5212ca
|