A fast and simple data visualization library for tabular data.
Project description
VizDat
Overview 📖
VizDat is a lightweight and efficient visualization library designed to simplify data exploration. It provides a quick function for visualizing data distributions, helping users identify patterns and insights effortlessly.
Features ⚙️
- 🚀 Fast and Simple – Quickly generate visualizations for tabular data.
- 🌟 User-Friendly API – Easily integrates into any workflow.
- ⚡ Lightweight – Minimal dependencies for high performance.
Installation 📦
pip install VizDat
Usage 📊
import VizDat
import pandas as pd
df = pd.read_csv("your_data.csv")
#Generate histograms for numerical features
VizDat.data_dist(
data=df, bins=30, exclude=None, include=None,
exclude_binary=False, color="skyblue", kde_color="crimson", kde=True
)
Explaination of the function and its parameters 📝
What this function does:
- Plots histograms for all numerical features in a DataFrame in a grid layout.
- Determines the number of rows and columns in the grid dynamically.
- Allows excluding or including specific features.
- Supports Kernel Density Estimate (KDE) overlay.
Parameters explanation:
- data (pd.DataFrame): The input DataFrame (required).
- bins (int): Number of bins for histograms (default:
30). - exclude (list): Features to exclude from visualization (default:
None). - include (list): Features to specifically include (default:
None). - exclude_binary (bool): Whether to exclude binary features (default:
False). - color (str): Color of the histogram bars (default:
"skyblue"). - kde_color (str): Color of the Kernel Density Estimate (KDE) curve (default:
"crimson"). - kde (bool): Whether to show the KDE curve over histograms (default:
True).
Contribution 🤝
We welcome contributions to improve VizDat! Whether it's fixing bugs, enhancing features, or improving documentation, your help is appreciated.
Please contact me via my email mustafa.farajallah99@gmail.com or through my linked in profile, LinkedIn profile
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
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 VizDat-1.0.3.tar.gz.
File metadata
- Download URL: VizDat-1.0.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1e95b337597ef6ccb8697873f9452bb110bc48da3f57519a445bdfdfc254b15
|
|
| MD5 |
c094b2d4564c4baac9269dfcf726b3c4
|
|
| BLAKE2b-256 |
074c2014e0ced758cb9db7ab70d3da626ecbd9401af9852631a01403f589d797
|
File details
Details for the file VizDat-1.0.3-py3-none-any.whl.
File metadata
- Download URL: VizDat-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d9893c422bf97da7301090333e4193b7fd1dc71038feff5761f2a243957d548
|
|
| MD5 |
eab2a540fb30426868be29dbe73a92b9
|
|
| BLAKE2b-256 |
b63d55391be2ae766ba3cf73c03600966228e81abe3ebfd7bb8e7fdb5554b843
|