Skip to content

Instantly share code, notes, and snippets.

@foobuzz
foobuzz / growth.py
Created April 4, 2020 14:20
Some COVID-19 graphs
"""
Usage:
wget https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv
python growth.py
"""
import csv
from datetime import date