Python script to get COVID-19 Data from covid19india.org/ and convert it to a Pandas Dataframe
Downloads JSON data from api.covid19india.org and returns it in a Pandas DataFrame.
See covid19india.org for more info.
The data is split into 8 jSON files (as of July 9)
read_json_data(no_of_files = 8)
Change no_of_files
when calling the function if necessary.
read_json_data(no_of_files = 8)