Guest User

Untitled

a guest
Jan 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. from pivottablejs import pivot_ui
  2. from IPython.display import IFrame
  3. from IPython.core.display import display
  4.  
  5. import pandas as pd
  6. df = pd.read_csv('sample.csv',encoding='utf-8')
Add Comment
Please, Sign In to add comment