Skip to content

A simple widget for interactive EDA / QA. Works on top of Pandas [in Jupyter Notebook] using IPyWidgets with a sprinkle of Regex.

License

Notifications You must be signed in to change notification settings

nagapv/edexplore

Repository files navigation

EDExplore

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

https://github.com/nagapv/edexplore/ | https://pypi.org/project/edexplore/


How to install?

python -m pip install edexplore

If you want to do it locally:-
After downloading / extracting the code, go to the directory (in command line) for installation:
python -m pip install . OR pip install .

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

How to use?

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

Here is the detailed reference with screenshots.


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


Copyright (c) 2024 Nagaprakash Venkatesan , MIT License

About

A simple widget for interactive EDA / QA. Works on top of Pandas [in Jupyter Notebook] using IPyWidgets with a sprinkle of Regex.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages