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.
Release files for python-eda 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-eda-0.1.2.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_eda-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.8 kB
Release files / python-eda-0.1.2.tar.gz
| Download URL | python-eda-0.1.2.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4e207dcbc71d06f182142b28ba5dd6f568dabb8ef6361ef7b81eff2d43349f2f
|
|
BLAKE2b-256 checksum How to use checksums |
e0530f6fddf6a09739797e87f519aa6a61f864ff9d2fdbc5db6f9f9af062c52e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.8 CPython/3.8.10 Linux/5.4.0-84-generic
|
Release files / python_eda-0.1.2-py3-none-any.whl
| Download URL | python_eda-0.1.2-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
15abe23d5ce7476b01e2fc14d20043d917e46fd1df3a0d252f509ecb890c1baa
|
|
BLAKE2b-256 checksum How to use checksums |
4d24d74962f797253e3b3e19381f2603df84589135d12eb33ef1f6f5a6a0231c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.8 CPython/3.8.10 Linux/5.4.0-84-generic
|