Skip to content

Instantly share code, notes, and snippets.

@ishritam
Created August 17, 2020 12:36
Show Gist options
  • Save ishritam/7c9fed2a797739d04aabe21385727fee to your computer and use it in GitHub Desktop.
Save ishritam/7c9fed2a797739d04aabe21385727fee to your computer and use it in GitHub Desktop.
import pandas as pd
df = pd.read_csv('clean_data.csv')
df = df.to_dict('records')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment