Skip to main content

A fast and simple data visualization library for tabular data.

Project description

VizDat

Overview

VizDat is a simple and efficient visualization library designed to make data exploration easier.
It provides quick and intuitive functions (currently only one function) for visualizing data distributions, helping users gain insights quickly.

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

#Currently, this is the only function available.
vizdat.data_dist(data=None, bins=30, exclude=None, include=None, exclude_binary=False, color='skyblue', kde_color='crimson', kde=False)

What this function does:

  • Plots histograms for all features in a DataFrame in a grid layout.
  • The number of rows and columns is determined dynamically.

Parameters explaination:

  • data (pd.DataFrame): The input DataFrame
  • exclude (list): Features to exclude from visualization
  • include (list): Features to specifically include
  • exclude_binary (bool): Whether to exclude binary features (default: False)
  • kde (bool): Whether to show Kernel Density Estimate (default: False)

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.2.tar.gz (3.8 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.2-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file VizDat-1.0.2.tar.gz.

File metadata

  • Download URL: VizDat-1.0.2.tar.gz
  • Upload date:
  • Size: 3.8 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.2.tar.gz
Algorithm Hash digest
SHA256 14b37b9d213d6ed056f73005aacd417d450362b743f9ddcc171e6efd42ace11f
MD5 bae51c1ca90c24b8374d44231917e3dc
BLAKE2b-256 8194bd43afb2b59b7d390a6a37a42445c8242e992ef54e5a2624f2269f7f32c5

See more details on using hashes here.

File details

Details for the file VizDat-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: VizDat-1.0.2-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.11.4

File hashes

Hashes for VizDat-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 26b7a0d179d32aa98309934203dac78ab7170a059051c105743ba063fb8da404
MD5 68277a22c47620911d4201901c844ef2
BLAKE2b-256 ff418151acc1d9fe8a0e1d70ee39a43491da5137cfc7eb78003d3c9e6f1b4c50

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