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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for python_eda-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15abe23d5ce7476b01e2fc14d20043d917e46fd1df3a0d252f509ecb890c1baa |
|
MD5 | 5c0748398b0345d43eb032053bcd9f79 |
|
BLAKE2b-256 | 4d24d74962f797253e3b3e19381f2603df84589135d12eb33ef1f6f5a6a0231c |