Skip to main content

A simple widget for interactive EDA / QA for those who use Pandas in Jupyter Notebook.

Project description

EDExplore

A simple widget for interactive EDA / QA for those who use Pandas in Jupyter Notebook.


Requirements: Pandas, Jupyter Notebook, and IPyWidgets.

How to install?

Installing IPyWidgets:
pip install ipywidgets
or
conda install -c conda-forge ipywidgets

At times, you may need to enable the ipywidgets notebook extension:
jupyter nbextension enable --py widgetsnbextension

After downloading / extracting the code, go to the directory (in command line) for installation:
pip install .

How to use?

import pandas as pd
from edexplore import interact
df = pd.read_csv("xzy.csv")
interact(df)

<img src="https://github.com/nagaprakashv/explore/assets/13671867/7cd53826-2cf0-41f4-a335-d59bf4fd0af2"" width=100% height=100%>


Special thanks to Ashwin Rajeev, who introduced IPyWidgets to me long back!


Copyright (c) 2024 Nagaprakash Venkatesan , FreeBSD License

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

edexplore-1.0.1.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

edexplore-1.0.1-py3-none-any.whl (7.3 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