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
The provided code is an exploratory data analysis (EDA) toolkit that includes various functions for analyzing and visualizing both categorical and numerical data. Below are the key features:
-
Categorical Data Analysis
- Computes summary statistics such as unique values, mode, missing percentage, and frequency distribution.
- Identifies high-cardinality categorical variables.
- Provides bar charts, pie charts, and heatmaps for categorical relationships.
-
Numerical Data Analysis
- Generates statistical summaries including mean, median, standard deviation, skewness, and kurtosis.
- Performs normality tests (Shapiro-Wilk, Kolmogorov-Smirnov).
- Detects outliers using the IQR method and identifies interconnected outliers.
- Supports box plots, KDE plots, and scatter plots for numerical relationships.
-
Visualization and Batch Processing
- Visualizes missing values using a missing value matrix and bar chart.
- Batch-wise KDE plots, box plots, scatter plots, and QQ plots.
- Numerical vs categorical visualizations using box and violin plots.
-
Data Integrity and Data Quality Checks
- Detects missing and infinite values.
- Identifies mixed data types in columns.
- Compares column profiles across multiple datasets.
-
Linked Data Analysis
- Identifies common key columns across datasets.
- Analyzes interconnected outliers affecting multiple columns.
- Compares shared columns across datasets for consistency.
The toolkit provides a structured and efficient approach to EDA, enabling automated data profiling, anomaly detection, and visualization for better data-driven 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
from insightfulpy.eda 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.
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
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 insightfulpy-0.1.6.tar.gz.
File metadata
- Download URL: insightfulpy-0.1.6.tar.gz
- Upload date:
- Size: 19.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 |
689a1ad311b932ff9f513d28ffa12ed36df41bf51f25405df07a12aac0f0ff13
|
|
| MD5 |
c2c9ad13708fcee2875e9c6177f05b4c
|
|
| BLAKE2b-256 |
735de0551bcd01b920774cc0fc87849be898b0681edee478aa7c941516fc8e72
|
File details
Details for the file insightfulpy-0.1.6-py3-none-any.whl.
File metadata
- Download URL: insightfulpy-0.1.6-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bc19a4c72f1a2a3cde9f46bf0019fda0071770334135cc8ba19466d153ad38a
|
|
| MD5 |
a2b0adfcf208a615052ff935df8491eb
|
|
| BLAKE2b-256 |
06ac179ff8c4589c6532c589b9477055e57620f2688ab60b5212b26523321add
|