From 810dacb371f6acdadad59185b609f46cdb9093b1 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 1 Jul 2020 21:11:56 +0200 Subject: [PATCH 1/1] Explain "sum" district in code. --- enhance_table.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/enhance_table.py b/enhance_table.py index 63e6073..11f65eb 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -40,6 +40,9 @@ for line in lines[1:]: db[district][date] = {'new_infections': int(district_data)} sorted_dates.sort() +# In LaGeSo's data, the last "district" is actually the sum of all districts / +# the whole of Berlin. +# # Fail on any day where the "sum" district's new infections are not the proper # sum of the individual districts new infections. Yes, sometimes Lageso sends # data that is troubled in this way. It will then have to be fixed manually in -- 2.30.2