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.

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)

Uploaded Source

Built Distribution

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

visualizer-0.0.1-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

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

Hashes for visualizer-0.0.1.tar.gz
Algorithm Hash digest
SHA256 d1c5e510bc7bd6abf0b8a1cd9805f8d431aa5658f14ff3017bc9dd686ade2c10
MD5 d5538596271a89fa4b45552e1bf38809
BLAKE2b-256 1c03d38ae07420ba2fa2b4c158373d273f26ffe13a9cf1138a1d95cb23ec9317

See more details on using hashes here.

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

Hashes for visualizer-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3edb2b1ac039e927a668c03a5cb34e10ab855dd6a394cbbf189bdabe3af22a1f
MD5 09701d8f568907c2fa6a5b25133e258e
BLAKE2b-256 4a4a5c532b7ddbdf64fe66b6242c011c88c87683243c968b63b62ac6fd6f4ad1

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