Skip to content

Instantly share code, notes, and snippets.

@rohitrajiit
Created June 2, 2020 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohitrajiit/7c70a3a61b3f9fb918412e7fe0638cab to your computer and use it in GitHub Desktop.
Save rohitrajiit/7c70a3a61b3f9fb918412e7fe0638cab to your computer and use it in GitHub Desktop.
import requests
import pandas
import matplotlib.pyplot as plt
import json
html = requests.get('https://api.covid19india.org/state_test_data.json')
state_json_data = json.loads(html.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment