Last active
September 25, 2020 05:41
-
-
Save exy02/b10960f9f6d8d23340257ff97f1d195d to your computer and use it in GitHub Desktop.
How to Extract Data from Online Data Visualizations - 1. Data Extraction _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
sesh = requests.Session() | |
response = sesh.get('https://ga-covid19.ondemand.sas.com/static/js/main.js') | |
response_text = response.text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment