Open yangyijane opened 3 years ago
Hi All
When I try to implement the following code, I could not get the data I want. Could you pls shed light on what is wrong?
import matplotlib.pyplot as plt import pandas as pd import seaborn as sns import covid
df = covid.data_loaders.get_historic_states_data()
the df is an empty data frame, and the library covid does not show anything but empty.
Your timely help is appreciated.
Hi @yangyijane,
I suggest studying the Covid Act Now API directly.
It's possible that you did set up your API key correctly. Again, the best thing to do is study the docs from Covid Act Now.
Hi All
When I try to implement the following code, I could not get the data I want. Could you pls shed light on what is wrong?
import matplotlib.pyplot as plt import pandas as pd import seaborn as sns import covid
df = covid.data_loaders.get_historic_states_data()
the df is an empty data frame, and the library covid does not show anything but empty.
Your timely help is appreciated.