Skip to main content

📊Simple yet cool EDA module

Project description

My Awesome EDA Module

Python3 Pandas Seaborn Matplotlib OS License

Welcome to the My Awesome EDA (Exploratory Data Analysis) Module! This Python module provides a set of tools for exploring and analyzing your dataset. Whether you're a data scientist, analyst, or enthusiast, this module will help you gain insights into your data quickly and efficiently.

Features

  • Welcome Gif: A fun welcome gif to kick off your exploration.
  • Basic Dataset Information: Quickly get an overview of the number of observations (rows) and parameters (columns) in your dataset.
  • Data Type Summary: Understand the data types of each column in your dataset.
  • Categorization of Features: Categorize features into numerical, string, and categorical based on unique threshold.
  • Summary Statistics: Get descriptive statistics for numerical features, including mean, standard deviation, minimum, 25th percentile, median, 75th percentile, and maximum values.
  • Outliers Detection: Identify outliers in numerical features using the interquartile range (IQR) method.
  • Missing Values Analysis: Investigate missing values in your dataset, including total missing values, rows with missing values, and columns with missing values.
  • Duplicate Rows Detection: Identify duplicate rows in your dataset.
  • Visualizations: Generate informative visualizations including bar plots of missing values by variable, correlation heatmap for numerical features, and histograms with boxplots for numerical features.

Installation

pip install myawesomeeda
from my_awesome_eda import run_eda

Usage Guide

  • Demonstrational python notebook is available in GitHub repo in demo.ipynb file

🔗 Visit MyAwesomeEDA wiki page

Contributing

Contributions are welcome! If you have any ideas, bug fixes, or enhancements, feel free to open an issue or submit a pull request.

Contact

For any inquiries or support, feel free to contact me via email

Happy data exploring! 💻🧐

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

myawesomeeda-0.1.2.tar.gz (3.9 MB view hashes)

Uploaded Source

Built Distribution

myawesomeeda-0.1.2-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page