28 February 2016

usage

  1. desc

         drag and drop pivot table and charts
    
  2. install

         $ pip install pivottablejs
    
  3. code

         import pandas as pd
         from pivottablejs import pivot_ui
    
         df = pd.read_csv('data.csv')
         pivot_ui(df)
    

github

  1. jupyter_pivottablejs

  2. pivottable



blog comments powered by Disqus