Skip to main content

A CLI wrapper for sweetviz Python exploratory data analysis (EDA) tool.

Project description

Python EDA in CLI -- Exploratory Data Analysis in Command Line Interface

This project wraps the python exploratory data analysis tool sweetviz in a commandline interface.


Installation

You can install this package with pip. It supports Python versions 3.6+.

pip install python-eda

Usage

Generate report for a dataset

pyeda report <path-to-dataset>

Generate report for a dataset with a target variable

pyeda target <path-to-dataset> <target-variable>

Generate comparison report between two datasets

pyeda compare <path-to-dataset1> <path-to-dataset2>

Generate comparison report between two datasets with a target variable

pyeda compare <path-to-dataset1> <path-to-dataset2> <target-variable>

Python EDA Illustration

The creation of this EDA is explained in the Towards data science post Python Exploratory Data Analysis

Packaging and distribution of this CLI EDA tool using Poetry, is explained in You Are Not Still Using Virtualenv, Are You?

For more interesting data science tactics please visit my Medium profile.

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

python-eda-0.1.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

python_eda-0.1.2-py3-none-any.whl (2.9 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