I ran this line of code and got the error mentioned in title. Can someone tell me what is happening?
x = requests.get('https://api.covid19api.com/total/country/india/status/confirmed').json()
I have imported the following libraries
import requests
import pandas as pd
from statsmodels.tsa.ar_model import AR