invoking CountriesByBatchcodeProvider

This commit is contained in:
frankknoll
2023-03-30 16:53:49 +02:00
parent 49a17b3351
commit 260c6ea7d6
2 changed files with 25 additions and 2 deletions

View File

@@ -36,5 +36,5 @@ def _readExploration(csvFile, indexName):
def getCountriesByBatchcodeBeforeDeletion():
internationalVaersCovid19 = getInternationalVaersCovid19(dataDir = 'VAERS/VAERSBeforeDeletion', years = [2020, 2021, 2022])
batchCodeTable = BatchCodeTableFactory(internationalVaersCovid19).createGlobalBatchCodeTable()
batchCodeTable = BatchCodeTableFactory(internationalVaersCovid19).createGlobalBatchCodeTable(countriesAsList = True)
return batchCodeTable[['Countries']]