covid icon indicating copy to clipboard operation
covid copied to clipboard

Filename as changed

Open Nap095 opened this issue 4 years ago • 1 comments

df = pd.read_csv('https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv')

Regards

Nap095 avatar Mar 28 '20 09:03 Nap095

if you want save the graphs in charts folder, replace plt.show() by :

plt.savefig(os.getcwd() + "\charts\" + country.replace('*', '') + ".png")

Taiwan has a star in the file.

Nap095 avatar Mar 29 '20 08:03 Nap095