Skip to content

Instantly share code, notes, and snippets.

@j-bennet
Created November 25, 2019 03:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save j-bennet/ebdbcaf1fcca2f1957780ac5321ef247 to your computer and use it in GitHub Desktop.
In [62]: pd.read_sql_table('payment', conn).dtypes
Out[62]:
payment_id int64
customer_id int64
staff_id int64
rental_id float64
amount float64
payment_date datetime64[ns]
last_update datetime64[ns]
dtype: object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment