saving countryCountsByBatchcode to excel file

This commit is contained in:
frankknoll
2023-05-06 11:00:07 +02:00
parent f0b94ea1fe
commit 55ae4f5399

View File

@@ -163,6 +163,16 @@
"countryCountsByBatchcode = getCountryCountsByBatchcodeTable()\n", "countryCountsByBatchcode = getCountryCountsByBatchcodeTable()\n",
"countryCountsByBatchcode" "countryCountsByBatchcode"
] ]
},
{
"cell_type": "code",
"execution_count": 6,
"id": "dd9fb2b0",
"metadata": {},
"outputs": [],
"source": [
"countryCountsByBatchcode.to_excel('tmp/countryCountsByBatchcode.xlsx')"
]
} }
], ],
"metadata": { "metadata": {