"countries_over_thresh = [c for c in countries_over_thresh if c not in set(['Andorra', 'Iceland', 'San Marino'])]\n",
...
...
@@ -193,7 +193,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.9.6"
},
"mimetype": "text/x-python",
"name": "python",
...
...
%% Cell type:code id: tags:
``` python
%load_extautoreload
%autoreload2
```
%% Cell type:code id: tags:
``` python
fromdatetimeimportdatetime
importaltairasalt
importpandasaspd
fromIPython.displayimportdisplay,HTML
fromcovid_19_utilsimporthelper,plotting
fromcovid_19_utils.convertersimportCaseConverter
```
%% Cell type:markdown id: tags:
# Covid-19 Global Data from ECDC
This dataset is collected by the European Center for Disease Prevention and Control and can be found [here](https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide).