From 55ae4f53997235ce6fa7908643c822f5727ac6e5 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sat, 6 May 2023 11:00:07 +0200 Subject: [PATCH] saving countryCountsByBatchcode to excel file --- src/HowBadIsMyBatch.ipynb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/HowBadIsMyBatch.ipynb b/src/HowBadIsMyBatch.ipynb index ea00af3157c..47bb8a30530 100644 --- a/src/HowBadIsMyBatch.ipynb +++ b/src/HowBadIsMyBatch.ipynb @@ -163,6 +163,16 @@ "countryCountsByBatchcode = getCountryCountsByBatchcodeTable()\n", "countryCountsByBatchcode" ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "dd9fb2b0", + "metadata": {}, + "outputs": [], + "source": [ + "countryCountsByBatchcode.to_excel('tmp/countryCountsByBatchcode.xlsx')" + ] } ], "metadata": {