Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epsilon merge tool / build-rki-csvs.py: prepare for loss of AGS column #1827

Merged
merged 2 commits into from
Oct 20, 2021

Conversation

jgehrcke
Copy link
Owner

@jgehrcke jgehrcke commented Oct 20, 2021

This is to accommodate for the loss of the column for AGS 16056 in the RKI data set around October 2021 (unclear what happened exactly).

See commit messages.

This is to address issue #1748.

when between base and extension a column is lost
(when it appears in base, but not in extension)
then forward-fill that column into the extension
data set, using the last value from the base.

this is to accomodate the loss of the column
for AGS 16056 in the RKI data set around
October 2021 (unclear what happened exactly).
In oct 2021 the AGS 16056 disappeared from
the RKI data set. That is, lacking_wrt_ref

was not

  set([11000, 3152])

anymore but

  set([11000, 3152, 16056])

which is when the program expectedly
crashed, leading up to issue #1748.

Now, deal with unexpected loss of a
column. This is accomodated for in the
epsilon merge tool which forward-fills
a column when it's in the base but not in
the extension.
@jgehrcke jgehrcke merged commit 2889af4 into master Oct 20, 2021
@jgehrcke jgehrcke deleted the jp/fix-ags-removal-situation-rki branch October 20, 2021 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant