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.6.tar.gz
(8.9 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 visualizer-0.0.6.tar.gz.
File metadata
- Download URL: visualizer-0.0.6.tar.gz
- Upload date:
- Size: 8.9 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 |
8f8b9c1e101b2d10f5dd529798f5e4266f43db0f7f4a468777a43bdb0e7d33a5
|
|
| MD5 |
c13d696700812330b92856a40bdb1da3
|
|
| BLAKE2b-256 |
cf101bce79ae6fad7ab5d202437673a65eee8dc3dcadd2ee479d44fee004004a
|
File details
Details for the file visualizer-0.0.6-py3-none-any.whl.
File metadata
- Download URL: visualizer-0.0.6-py3-none-any.whl
- Upload date:
- Size: 8.7 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 |
784d05e76eca8fc0f6214be9ccbec4107983669b303236f36d96a65174c8fbd1
|
|
| MD5 |
8e47f14a030960d444fe4bebc57f2b06
|
|
| BLAKE2b-256 |
49f4d8703eda8fb0e7450b594bcbbce0a3ce826985b9bb8cd63dadd419a7fbbc
|