A little package that makes various information about Hamburg, Germany available in an easily accessible fashion.
]add https://github.com/oem/Hamburg.jl
using Hamburg
dataset(topic, dataset)
Since July 27, 2020:
Before July 27, 2020:
The number of deaths are not quite matching up between those two datasources, it seems that the RKI is reporting around 30 more people who died through COVID-19.
The numbers reported to the RKI are also delayed by one day, the time of recording has been moved back one day to align with the dates from hamburg.de.
The datasets are also available as csv files, in case you want to use them separately:
Number of people infected by covid-19, recorded since July 27, 2020
dataset("covid-19", "infected")
Columns:
- deaths: Total number of deaths due to COVID-19
- new: New confirmed cases
- recordedat: Date of measurement
- recovered: Number of people recovered (not a precise number since people are not required to report recoveries)
- total: Total number of confirmed cases
The number infected, by borough.
These are aggregated numbers, representing the cases for the last 14 days. This is so that the privacy of individuals can be guaranteed.
dataset("covid-19", "boroughs")
dataset("holidays", "school")
Columns:
- name: Name of the holiday
- start: Start date
- end: End date