formating

This commit is contained in:
frankknoll
2023-06-02 20:18:02 +02:00
parent c733e26c45
commit cdb5ec6763
2 changed files with 1 additions and 14 deletions

View File

@@ -13,5 +13,5 @@ class CountryCountsByClickedBatchcodeProvider:
'Event count': 'COUNTRY_COUNT_BY_VAX_LOT'
},
inplace = True)
exploration.set_index('COUNTRY',append = True, inplace = True)
exploration.set_index('COUNTRY', append = True, inplace = True)
return exploration

View File

@@ -173,19 +173,6 @@
"source": [
"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": {