oscovida / oscovida

Explore COVID19 case numbers and deaths related to Coronavirus outbreak 2019/2020 in Pandas and in Jupyter notebook with MyBinder
https://oscovida.github.io
BSD 3-Clause "New" or "Revised" License
32 stars 18 forks source link

Explain dashed line somewhere #239

Open fangohr opened 3 years ago

fangohr commented 3 years ago

We use a dashed line to indicate where the line cannot be trusted. We should mention this somewhere.

Examples:

  1. deaths in RKI-data sets, such as Hamburg: https://oscovida.github.io/html/Germany-Hamburg-SK-Hamburg.html because of the issue explained in https://oscovida.github.io/2020-germany-reporting-delay-meldeverzug.html

  2. computation of rolling averages and incidences for the most current 7 days, where normally we use a centred rolling average, but not for the last week. (Is that right?)

kirienko commented 3 years ago

Yes, that's right!