Advertisement
Guest User

Untitled

a guest
Mar 15th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import my_api
  2.  
  3. # User logs in
  4. con = my_api.connect(user="jim", password="password")
  5.  
  6. # Print list of file names
  7. con.list_data()
  8.  
  9. # Get pandas dataframe for "File_Name"
  10. df = con.get_data(filename="File_Name")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement