removing unused Symptoms column

This commit is contained in:
frankknoll
2023-01-28 17:30:53 +01:00
parent bdc6d087a0
commit e9e49154bd
115 changed files with 115 additions and 586692 deletions

View File

@@ -35,13 +35,13 @@ def _createAndSaveBatchCodeTableForCountry(createBatchCodeTableForCountry, count
'Company',
'Countries',
'Severe reports',
'Lethality',
'Symptoms'
'Lethality'
]]
IOUtils.saveDataFrame(
batchCodeTable,
'../docs/data/batchCodeTables/' + country)
# display(country + ":", batchCodeTable)
# FK-TODO: display in einem noch nicht vorhandenen Callback aufrufen
display(country)