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.3.tar.gz
(7.3 kB
view hashes)
Built Distribution
Close
Hashes for eda_report-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfddd036896ef1b691af2a14282caf5e8cb36f0e3bcfd68f912cc4c071f7e035 |
|
MD5 | e1dfc134bfdbf3fb6bce07bcc1d8be55 |
|
BLAKE2b-256 | 70177ad5e4440eda65d6445f622ac6171511ffce186b53aabc55db27d46e2264 |