diff --git a/src/CountryCountsByClickedBatchcodeProvider.py b/src/CountryCountsByClickedBatchcodeProvider.py index 8645e417578..408491bdcd2 100644 --- a/src/CountryCountsByClickedBatchcodeProvider.py +++ b/src/CountryCountsByClickedBatchcodeProvider.py @@ -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 diff --git a/src/HowBadIsMyBatch.ipynb b/src/HowBadIsMyBatch.ipynb index 5817f76f91f..bb406abd657 100644 --- a/src/HowBadIsMyBatch.ipynb +++ b/src/HowBadIsMyBatch.ipynb @@ -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": {