formating
This commit is contained in:
@@ -13,5 +13,5 @@ class CountryCountsByClickedBatchcodeProvider:
|
|||||||
'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
|
||||||
|
|||||||
@@ -173,19 +173,6 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"countryCountsByBatchcode.to_excel('tmp/countryCountsByBatchcode.xlsx')"
|
"countryCountsByBatchcode.to_excel('tmp/countryCountsByBatchcode.xlsx')"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"execution_count": null,
|
|
||||||
"id": "49ecce85",
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"source": [
|
|
||||||
"from CountryCountsByBatchcodeTablesMerger import CountryCountsByBatchcodeTablesMerger\n",
|
|
||||||
"\n",
|
|
||||||
"mergedCountryCountsByClickedBatchcodeTables = CountryCountsByBatchcodeTablesMerger.getCountryCountsByClickedBatchcodeTable()\n",
|
|
||||||
"mergedCountryCountsByClickedBatchcodeTables"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|||||||
Reference in New Issue
Block a user