Skip to content

Instantly share code, notes, and snippets.

@exy02
Created September 25, 2020 05:46
Show Gist options
  • Save exy02/e136e882a88249c584010f27e0f5c41f to your computer and use it in GitHub Desktop.
Save exy02/e136e882a88249c584010f27e0f5c41f to your computer and use it in GitHub Desktop.
How to Extract Data from Online Data Visualizations - 3. Data Exporting _1
todays_date = date.today().strftime("%m_%d_%Y")
json_df.to_csv(f'/path/to/directory/Georgia_Extract_({todays_date}).csv',index=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment