Created
September 25, 2020 05:46
-
-
Save exy02/e136e882a88249c584010f27e0f5c41f to your computer and use it in GitHub Desktop.
How to Extract Data from Online Data Visualizations - 3. Data Exporting _1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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