Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. dataframe = pd.read_sql("""SELECT * FROM trips
  2. WHERE originlocation IN {}
  3. """.format(origin_locations_tuple), connection)
  4.  
  5.  
  6. ERROR: column "l'Enfant Plaza" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement