This is an air-gapped version for pivottablejs
.
Note: An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.
Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js
conda install pivottablejs-airgap
import pandas as pd df = pd.read_csv("some_input.csv") from pivottablejs import pivot_ui pivot_ui(df)