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
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.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14b37b9d213d6ed056f73005aacd417d450362b743f9ddcc171e6efd42ace11f
|
|
| MD5 |
bae51c1ca90c24b8374d44231917e3dc
|
|
| BLAKE2b-256 |
8194bd43afb2b59b7d390a6a37a42445c8242e992ef54e5a2624f2269f7f32c5
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26b7a0d179d32aa98309934203dac78ab7170a059051c105743ba063fb8da404
|
|
| MD5 |
68277a22c47620911d4201901c844ef2
|
|
| BLAKE2b-256 |
ff418151acc1d9fe8a0e1d70ee39a43491da5137cfc7eb78003d3c9e6f1b4c50
|