A simple data visualization toolkit for beginners
Project description
dataviztoolkit
A simple data visualization toolkit for beginners.
Installation
pip install dataviztoolkit
Usage
from dataviztoolkit import DataVisualizer
dv = DataVisualizer("data.csv")
dv.summary()
dv.histogram("Age")
dv.scatter("Age", "Fare")
dv.bar_chart("Embarked")
dv.heatmap()
Features
summary()— Quick dataset overviewhistogram(column)— Distribution of a numeric columnscatter(x, y)— Relationship between two numeric columnsbar_chart(column)— Value counts for a categorical columnheatmap()— Correlation heatmap for all numeric columns
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dataviztoolkit-0.1.0.tar.gz
(3.1 kB
view details)
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 dataviztoolkit-0.1.0.tar.gz.
File metadata
- Download URL: dataviztoolkit-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65f254576eb07780267ee5d90e7c3ddc00f741963128a0734fa5104733b09154
|
|
| MD5 |
7c07aa8f059ba19092b0c22e49bc80b5
|
|
| BLAKE2b-256 |
79be05da8986e96b7b8e2115fa684e127d9b4b75c0db970d42f6040642ce223c
|
File details
Details for the file dataviztoolkit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dataviztoolkit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fd4abdf8849ef447e40a8793929377090fc0741a0fdb15bcfe41edb7d806671
|
|
| MD5 |
9bfe5ad75bea20edbf85fb45be43e8cd
|
|
| BLAKE2b-256 |
50ee19b021b190e64ce1383f4de481fcde7cc3cb91694c12c279e19c733c50b0
|