From 2b7dd4914f1a9c6e4750da1c243ab56c73115360 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Fri, 9 Jun 2023 23:19:17 +0200 Subject: [PATCH] adding a TODO --- src/HowBadIsMyBatch.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HowBadIsMyBatch.ipynb b/src/HowBadIsMyBatch.ipynb index 25fdf225bee..9e20ebe115a 100644 --- a/src/HowBadIsMyBatch.ipynb +++ b/src/HowBadIsMyBatch.ipynb @@ -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" ] }, {