Skip to main content

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:

  1. [] plt.spy() for the following:
    1. Nan values.
    2. Large numerical values.
    3. Sparse values.
  2. [] Handling Time-Series and text columns.
  3. [] Add ignore_cols to discard specific columns from visualizations.
  4. [] make the individual plotting methods static.
  5. [] 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)

Uploaded Source

Built Distribution

visualizer-0.0.5-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

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

Hashes for visualizer-0.0.5.tar.gz
Algorithm Hash digest
SHA256 88606034d3396d1f520c069b1f90d9d458da09c1ef72785f9eeb270b92187a78
MD5 751d95e692a66603b8129d69376b4acc
BLAKE2b-256 9f08d7d5c90bdaeef198d9106143fa5d88890c864c6bfcdef7ab63cc0c1e9bdd

See more details on using hashes here.

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

Hashes for visualizer-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 73ed39caec38c838bb5c2a7c6f982a8ef2aabc48fe0f861821b7e6c50006826d
MD5 67bf4b9f5a61da57f30dae70eaa16069
BLAKE2b-256 cef7aae584162a4e32b0c57c836a9bf738c07d6f4048e09c9f9c375e8270e7ee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page