Skip to content

csoja/pivottablejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

pivottablejs for air-gapped systems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.7%
  • CSS 29.1%
  • Batchfile 3.1%
  • Shell 2.1%