Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 482 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 482 Bytes

pivottablejs: the Python module

Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js

Installation

pip install pivottablejs

Usage

import pandas as pd
df = pd.read_csv("some_input.csv")

from pivottablejs import pivot_ui

pivot_ui(df)