nicolaskruchten / jupyter_pivottablejs

Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js
http://nicolas.kruchten.com/content/2015/09/jupyter_pivottablejs/
Other
687 stars 88 forks source link

How to take output from pivottablejs to df after usage of gui #54

Open koustubhavachat opened 5 years ago

koustubhavachat commented 5 years ago

Step 1 is to run following command pivot_ui(df) Step 2 is to select required data using GUI

now i want to collect data in jupyter notebook for further processing. Please guide us

stefaneidelloth commented 2 years ago

I'm also interested. In JavaScript one could pass an event handler onRefreshhandler. However, this does not seem to work in Python.

=> Please provide a way to get the adapted pivot table back to python after editing it with the GUI.

Related:

https://github.com/nicolaskruchten/jupyter_pivottablejs/issues/34

https://github.com/nicolaskruchten/jupyter_pivottablejs/issues/16

https://github.com/PierreMarion23/ipypivot/issues/12