refactoring
This commit is contained in:
@@ -267,10 +267,10 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"df = (regionCountsByClickedBatchcodeTable\n",
|
||||
"regionCountsByClickedBatchcodeTable4Germany = (regionCountsByClickedBatchcodeTable\n",
|
||||
" .loc[(slice(None), 'Germany', slice(None)), :]\n",
|
||||
" .sort_values(by = ['REGION', 'REGION_COUNT_BY_VAX_LOT'], ascending = False))\n",
|
||||
"df"
|
||||
"regionCountsByClickedBatchcodeTable4Germany"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -280,7 +280,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"df.to_excel('tmp/germany.xlsx')"
|
||||
"regionCountsByClickedBatchcodeTable4Germany.to_excel('tmp/regionCountsByClickedBatchcodeTable4Germany.xlsx')"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user