Skip to main content

A Python package for data analysis and visualization using Pandas, NumPy, Matplotlib, and Seaborn.

Project description

Mahitha36_pypi 📊

Mahitha36_pypi is a lightweight and easy-to-use Python library built to accelerate Exploratory Data Analysis (EDA) and preliminary dataset inspection for data science projects. It wraps essential Pandas, NumPy, Seaborn, and Matplotlib utilities to help you quickly understand the structure, quality, and relationships within your dataset.


✨ Features

  • ✅ Quick DataFrame summary: shape, datatypes, missing values, and statistics
  • ✅ Visualize correlation matrix with heatmaps
  • ✅ Detect outliers using the IQR method
  • ✅ Plot numeric feature distributions
  • ✅ Report missing values as proportions
  • ✅ Get value counts for all categorical columns

📦 Installation

bash pip install Mahitha36_pypi

Since this is a custom library, clone or copy the source code into your project directory or package it using setuptools if needed.

bash

Clone this repository or include the file directly

git clone https://github.com/Mahitha36/Mahitha36_pypi.git

In your Python project:

from Mahitha36_pypi import df_summary, missing_report, correlation_matrix, outlier_summary, plot_distributions, value_counts_all

🧪 How to Use

  1. df_summary(df) Provides an overall summary of the DataFrame including shape, data types, missing values, and descriptive statistics.

import pandas as pd from Mahitha36_pypi import df_summary

df = pd.read_csv("your_data.csv") df_summary(df)

  1. missing_report(df) Returns a Series with the proportion of missing values in each column (sorted descending).

from Mahitha36_pypi import missing_report

missing_report(df)

  1. correlation_matrix(df) Plots a heatmap of correlation coefficients for all numeric features in the DataFrame.

from Mahitha36_pypi import correlation_matrix

correlation_matrix(df)

  1. outlier_summary(df) Returns a count of outliers per numeric column using the IQR method.

from Mahitha36_pypi import outlier_summary

outlier_summary(df)

  1. plot_distributions(df) Displays histograms of all numeric columns in the DataFrame.

from Mahitha36_pypi import plot_distributions

plot_distributions(df)

  1. value_counts_all(df) Returns a dictionary with value counts for all object (categorical) columns.

from Mahitha36_pypi import value_counts_all

value_counts_all(df)

🧑‍💻 Developer Mahitha Nadakuditi Artificial Intelligence & Data Science | ML & Web Dev Enthusiast

📜 License This project is licensed under the MIT License. Feel free to use and modify!

🙌 Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.

🧠 Future Features Advanced outlier detection (Z-score, Isolation Forest)

Interactive plots using Plotly

Automatic report generation using pandas-profiling or sweetviz

Let me know if you'd like help setting this up as a proper Python package

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

mahitha36_pypi-0.1.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mahitha36_pypi-0.1.0-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file mahitha36_pypi-0.1.0.tar.gz.

File metadata

  • Download URL: mahitha36_pypi-0.1.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for mahitha36_pypi-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9fe399f0719937c66703686ebddc614a4b3e64df0f6d96019fe3423bd6c3f61a
MD5 0ccaacc8bdc2748e7733b208aa6c7ce9
BLAKE2b-256 9cdbce9ad9d55c6ecd0016c1f665b10718d5b06274709c45567a119eeff2d222

See more details on using hashes here.

File details

Details for the file mahitha36_pypi-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: mahitha36_pypi-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for mahitha36_pypi-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2f16c5231e8d9eeaa1ea98ddcc427b7e900fd69820d4b7220ab6c298b1ba7240
MD5 427c055353bc69288e21238a8465709c
BLAKE2b-256 f7cab00fc421d61e3b834b10579a0986fd4730f0c60d71ff92dcd65c8d517248

See more details on using hashes here.

Supported by

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