Skip to main content

A simple program to get a basic EDA report in .docx format.

Project description

Basic Exploratory Data Analysis Report

Binder

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


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.1.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

eda_report-0.0.1-py3-none-any.whl (13.1 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