refactoring
This commit is contained in:
@@ -35,7 +35,6 @@ def _readExploration(csvFile, indexName):
|
|||||||
return exploration
|
return exploration
|
||||||
|
|
||||||
def getCountriesByBatchcodeBeforeDeletion():
|
def getCountriesByBatchcodeBeforeDeletion():
|
||||||
internationalVaersCovid19 = getInternationalVaersCovid19(dataDir = 'VAERSBeforeDeletion', years = [2020, 2021, 2022])
|
internationalVaersCovid19 = getInternationalVaersCovid19(dataDir = 'VAERS/VAERSBeforeDeletion', years = [2020, 2021, 2022])
|
||||||
batchCodeTable = BatchCodeTableFactory(internationalVaersCovid19).createGlobalBatchCodeTable()
|
batchCodeTable = BatchCodeTableFactory(internationalVaersCovid19).createGlobalBatchCodeTable()
|
||||||
countriesByBatchcodeBeforeDeletion = batchCodeTable[['Countries']]
|
return batchCodeTable[['Countries']]
|
||||||
return countriesByBatchcodeBeforeDeletion
|
|
||||||
|
|||||||
Reference in New Issue
Block a user