Skip to content

Instantly share code, notes, and snippets.

@ayemos
Last active October 4, 2019 02:16
Show Gist options
  • Save ayemos/94fed6be0ce5f2f76f9338945342dd3b to your computer and use it in GitHub Desktop.
Save ayemos/94fed6be0ce5f2f76f9338945342dd3b to your computer and use it in GitHub Desktop.
import awswrangler
session = awswrangler.Session()
df_athena = session.pandas.read_sql_athena(
'select * from dummy_table',
database='wrangler_db')
print(df_athena)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment