A simple program to get a basic EDA report in .docx format.
Project description
Basic Exploratory Data Analysis Report
A simple Python program to help automate EDA report generation.
The data is analysed using pandas' built in methods, and graphs are plotted using matplotlib & seaborn. The results are then packaged as a Word .docx file using python-docx.
Installation
You can install the package from PyPI using:
pip install eda-report
Basic usage
>>> import eda_report
>>> eda_report.get_word_report(df)
where df
is a pandas DataFrame
.
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
eda_report-0.0.2.tar.gz
(6.1 kB
view hashes)
Built Distribution
Close
Hashes for eda_report-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42ebdd140a5f0b57588141a040292fbc29f15ad449bd418f1dfeef7b938c32de |
|
MD5 | d2e60a39744d30f2e597ce9dcabe0b4c |
|
BLAKE2b-256 | 60b2bba0dc1178155304abafe67bfc3227ae6bb0d4a7e919f1bb5e088d2247ba |