adding a TODO

This commit is contained in:
frankknoll
2023-06-09 23:19:17 +02:00
parent d1534af7f3
commit 2b7dd4914f

View File

@@ -188,12 +188,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 30,
"id": "70fcc420",
"metadata": {},
"outputs": [],
"source": [
"countryCountsByBatchcode.to_excel('tmp/countryCountsByBatchcode.xlsx')"
"# FK-TODO: nur die Batchcodes von countryCountsByBatchcode beibehalten, die auch in batchCodeTable vorkommen"
]
},
{