Guest User

Untitled

a guest
Mar 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from google.colab import files
  2. import io
  3. import pandas as pd
  4.  
  5. uploaded = files.upload()
  6. df = pd.DataFrame(df.read_csv(io.StringIO(uploaded['___.csv'].decode('utf-8')))
Add Comment
Please, Sign In to add comment