aatishb / covid

Tracking Coronavirus Growth
156 stars 42 forks source link

Filename as changed #6

Open Nap095 opened 4 years ago

Nap095 commented 4 years ago

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 commented 4 years ago

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.