Skip to main content

EDAHub helps structure exploratory data analysis (EDA) results.

Project description

EDAHub

What is this?

EDA (exploratory data analysis) results can be more structured.

EDAHub provides a side screen in JupyterLab to summarize your data, making it easier and quicker to revisit. Screenshot

Why this is useful?

As a data scientist, I've seen many notebooks that mix data/ML pipeline logic with observations. EDAHub addresses this by organizing basic observations in one place.

How to start

You can try it on your JupyterLab with pip install:

pip install edahub

then add your pandas.DataFrame with name:

import edahub
eda = edahub.EDAHub()

eda.add_table("customers", df)

You will see the widget on the right side.

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

edahub-0.0.1.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

edahub-0.0.1-py3-none-any.whl (10.2 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