In [1]:
import os
import pandas
from pivottablejs import pivot_ui

df = pandas.read_csv("f32-app-rollup.csv")
pivot_ui(df)
Out[1]: