formating
This commit is contained in:
@@ -19,7 +19,7 @@ def _getCountryCountsByClickedBatchcode():
|
|||||||
'Event count': 'COUNTRY_COUNT_BY_VAX_LOT'
|
'Event count': 'COUNTRY_COUNT_BY_VAX_LOT'
|
||||||
},
|
},
|
||||||
inplace = True)
|
inplace = True)
|
||||||
exploration.set_index('COUNTRY', append = True, inplace = True)
|
exploration.set_index('COUNTRY',append = True, inplace = True)
|
||||||
return exploration
|
return exploration
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ def downloadVAERSFileAndUnzip(file, workingDirectory):
|
|||||||
dstDir = workingDirectory + '/VAERS/')
|
dstDir = workingDirectory + '/VAERS/')
|
||||||
|
|
||||||
def downloadVAERSFile(file, downloadDir):
|
def downloadVAERSFile(file, downloadDir):
|
||||||
driver = getWebDriver(downloadDir, isHeadless = True)
|
driver = getWebDriver(downloadDir, isHeadless = False)
|
||||||
downloadedFile = downloadFile(
|
downloadedFile = downloadFile(
|
||||||
absoluteFile = downloadDir + "/" + file,
|
absoluteFile = downloadDir + "/" + file,
|
||||||
driver = driver,
|
driver = driver,
|
||||||
|
|||||||
Reference in New Issue
Block a user