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" ] }, {