Drop and fixup data based on ID, not timestamp

This commit is contained in:
Aarni Koskela
2023-09-28 16:43:51 +03:00
parent 4a9a4ddbee
commit 773aad8749
2 changed files with 36 additions and 18 deletions

View File

@@ -173,7 +173,6 @@ NO_GENDER_VALUES = {
"jänis",
"kyllä, kiitos",
"leppäkerttu",
"taisteluhelikopteri",
"tihkutympönen",
"yes",
}
@@ -183,7 +182,7 @@ OTHER_GENDER_VALUES = {
"non-binary, afab",
}
TIMESTAMPS_TO_DROP = {
# See "SUBMITTED TWICE, SORRY!!" in English data:
"2023-09-08 13:24:46.740",
IDS_TO_DROP = {
"6cab61607da9c2b6", # hupsu taisteluhelikopteri
"aefdb9e69b1621d5", # See "SUBMITTED TWICE, SORRY!!" in English data
}