Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.3 KB

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