![]() |
Jupyter at Bryn Mawr College |
|
|
Public notebooks: /services/public/dblank / Experiments |
!pip install pivottablejs --user
import pandas
auto = pandas.read_csv("http://www-bcf.usc.edu/~gareth/ISL/Auto.csv")
auto.head()
from pivottablejs import pivot_ui
pivot_ui(auto)