Skip to main content

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

VizDat-1.0.3.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

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

VizDat-1.0.3-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

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

Hashes for VizDat-1.0.3.tar.gz
Algorithm Hash digest
SHA256 d1e95b337597ef6ccb8697873f9452bb110bc48da3f57519a445bdfdfc254b15
MD5 c094b2d4564c4baac9269dfcf726b3c4
BLAKE2b-256 074c2014e0ced758cb9db7ab70d3da626ecbd9401af9852631a01403f589d797

See more details on using hashes here.

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

Hashes for VizDat-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1d9893c422bf97da7301090333e4193b7fd1dc71038feff5761f2a243957d548
MD5 eab2a540fb30426868be29dbe73a92b9
BLAKE2b-256 b63d55391be2ae766ba3cf73c03600966228e81abe3ebfd7bb8e7fdb5554b843

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