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.
- [] verbose
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.5.tar.gz
(9.8 kB
view details)
Built Distribution
File details
Details for the file visualizer-0.0.5.tar.gz
.
File metadata
- Download URL: visualizer-0.0.5.tar.gz
- Upload date:
- Size: 9.8 kB
- 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 |
88606034d3396d1f520c069b1f90d9d458da09c1ef72785f9eeb270b92187a78
|
|
MD5 |
751d95e692a66603b8129d69376b4acc
|
|
BLAKE2b-256 |
9f08d7d5c90bdaeef198d9106143fa5d88890c864c6bfcdef7ab63cc0c1e9bdd
|
File details
Details for the file visualizer-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: visualizer-0.0.5-py3-none-any.whl
- Upload date:
- Size: 9.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 |
73ed39caec38c838bb5c2a7c6f982a8ef2aabc48fe0f861821b7e6c50006826d
|
|
MD5 |
67bf4b9f5a61da57f30dae70eaa16069
|
|
BLAKE2b-256 |
cef7aae584162a4e32b0c57c836a9bf738c07d6f4048e09c9f9c375e8270e7ee
|