Skip to content

Instantly share code, notes, and snippets.

@exy02
Last active September 25, 2020 05:40
Show Gist options
  • Save exy02/1e67c969cc651eb53a409222bafac264 to your computer and use it in GitHub Desktop.
Save exy02/1e67c969cc651eb53a409222bafac264 to your computer and use it in GitHub Desktop.
How to Extract Data from Online Data Visualizations - 2. Data Cleaning _1
json_list = json_extract.split("},{")
json_list = [sub.replace("{", "") for sub in json_list]
json_list = ["["+sub+"]" for sub in json_list]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment