adding CountryCountsByBatchcodeTablesMerger

This commit is contained in:
frankknoll
2023-06-02 14:36:48 +02:00
parent b0142cef77
commit c733e26c45
5 changed files with 49 additions and 20 deletions

View File

@@ -166,13 +166,26 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"id": "dd9fb2b0",
"metadata": {},
"outputs": [],
"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": {