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