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

Changing the table orientation like pivotablejs in jupyter_pivottablejs #60

Open gopi1616 opened 3 years ago

gopi1616 commented 3 years ago

Hi, Thanks a lot for this amazing tool with python support.

So far this is the only one that can generate offline HTML with dataframe tables and plot.

This interactive offline html versionjs table looks like this image with the columns values in the far left horizontal box and the plot dropdown on top of that. This needs dragging of each column to the second horizontal box to visualize the column contents or the plots.

Just wondering if it is possible to align them like the one in the regular pivotblejs. This one very convinient.

image