Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Created April 29, 2020 04:44
Show Gist options
  • Save thanakijwanavit/f715095129d75ba0b553a2a5e37296f2 to your computer and use it in GitHub Desktop.
Save thanakijwanavit/f715095129d75ba0b553a2a5e37296f2 to your computer and use it in GitHub Desktop.
get dict from pandas dataframe for ingestion by dynamodb
myl=df.T.to_dict().values()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment