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/
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
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