Skip to main content

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

Project description

pavnds 📊

pavnds 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

pip install pavnds

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

# Clone this repository or include the file directly
git clone https://github.com/Pavan-Aditya-Kumar-Gorrela/pavnds.git

In your Python project:

from pavnds 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 pavnds 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 pavnds import missing_report

missing_report(df)

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

from pavnds import correlation_matrix

correlation_matrix(df)

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

from pavnds import outlier_summary

outlier_summary(df)

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

from pavnds import plot_distributions

plot_distributions(df)

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

from pavnds import value_counts_all

value_counts_all(df)

🧑‍💻 Developer Pavan Aditya Kumar Gorrela 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


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pavnds-0.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

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

pavnds-0.1-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file pavnds-0.1.tar.gz.

File metadata

  • Download URL: pavnds-0.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.9

File hashes

Hashes for pavnds-0.1.tar.gz
Algorithm Hash digest
SHA256 34a43d5270dfec56ed10068c0385a941388fe038a77e1c82013323da2c094e1e
MD5 b31ac777225ae3971a669c2ddc00a7b2
BLAKE2b-256 21e4e01299eeebcdef95cfc1b1c140239d87b171331a34abb3b0078df6b8a63f

See more details on using hashes here.

File details

Details for the file pavnds-0.1-py3-none-any.whl.

File metadata

  • Download URL: pavnds-0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.9

File hashes

Hashes for pavnds-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bdfda192346ded5ecc526ea71dfa626247cbef884b6965d85704ef10b9d32802
MD5 d0de43dfb05cc6af8a1489085d71e6fb
BLAKE2b-256 e3ac975415803ce0aa56d2315b69b9074692f24309cef4115b298f91312d5732

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