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.6.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

visualizer-0.0.6-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

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

Hashes for visualizer-0.0.6.tar.gz
Algorithm Hash digest
SHA256 8f8b9c1e101b2d10f5dd529798f5e4266f43db0f7f4a468777a43bdb0e7d33a5
MD5 c13d696700812330b92856a40bdb1da3
BLAKE2b-256 cf101bce79ae6fad7ab5d202437673a65eee8dc3dcadd2ee479d44fee004004a

See more details on using hashes here.

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

Hashes for visualizer-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 784d05e76eca8fc0f6214be9ccbec4107983669b303236f36d96a65174c8fbd1
MD5 8e47f14a030960d444fe4bebc57f2b06
BLAKE2b-256 49f4d8703eda8fb0e7450b594bcbbce0a3ce826985b9bb8cd63dadd419a7fbbc

See more details on using hashes here.

Supported by

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