Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created April 14, 2020 05:01
Show Gist options
  • Save aniruddha27/660777884341735e03f124364a110898 to your computer and use it in GitHub Desktop.
Save aniruddha27/660777884341735e03f124364a110898 to your computer and use it in GitHub Desktop.
df = pd.read_sql_query('''Select * from train
Where emailer_for_promotion = 1; ''', conn)
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment