Skip to main content

Light-weight Python EDA and Visualization Library for Data Scientists

Project description

EDA and Visualization Library

Light-weight Python EDA and Visualization Library for Data Scientists.

The eda_viz module is a light-weight library that will make your data exploration and visualization tasks lot simpler.

Currently, the library only supports Pandas DataFrame.

Installation

You can install eda-viz from PyPI:

pip install eda-viz

The library is only tested in Python 3.6.5, and on Mac OS v10.13.6.

How to use

To plot column_distribution, you can use the following example:

import pandas as pd
from eda_viz.viz import column_distribution

df = pd.DataFrame({
    'categories': ['A', 'A', 'B', 'C', 'A', 'B']
})
column_distribution(df['categories'])

which will plot the following chart:

Column Distribution Chart

Other charts are a WIP.

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

eda-viz-0.0.3.tar.gz (21.1 kB view hashes)

Uploaded Source

Built Distribution

eda_viz-0.0.3-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

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