Automate the process of visualization
Project description
Visualizer:
A Python package that automate the process of visualization in the data science pipeline.
Installation:
pip install visualizer
Usage:
import pandas as pd
from visualizer import Visualizer
# Set the paramters
df = pd.read_csv("path/to/your/csv/file")
target_col = df['target_col']
path = "path/where/you/want/to/save/the/images"
# Set the visualizer's parameters.
vis = Visualizer(df=df, path=path, target_col=target_col)
# Let the visualizer do all the work for you.
vis.visualizer_all()
Further Ideas:
- plt.spy() for the following:
- Nan values.
- Large numerical values.
- Sparse values.
- Handling Time-Series and text columns.
- Add ignore_cols to discard specific columns from visualizations.
- make the individual plotting methods static.
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
visualizer-0.0.1.tar.gz
(1.3 MB
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 visualizer-0.0.1.tar.gz.
File metadata
- Download URL: visualizer-0.0.1.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1c5e510bc7bd6abf0b8a1cd9805f8d431aa5658f14ff3017bc9dd686ade2c10
|
|
| MD5 |
d5538596271a89fa4b45552e1bf38809
|
|
| BLAKE2b-256 |
1c03d38ae07420ba2fa2b4c158373d273f26ffe13a9cf1138a1d95cb23ec9317
|
File details
Details for the file visualizer-0.0.1-py3-none-any.whl.
File metadata
- Download URL: visualizer-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3edb2b1ac039e927a668c03a5cb34e10ab855dd6a394cbbf189bdabe3af22a1f
|
|
| MD5 |
09701d8f568907c2fa6a5b25133e258e
|
|
| BLAKE2b-256 |
4a4a5c532b7ddbdf64fe66b6242c011c88c87683243c968b63b62ac6fd6f4ad1
|