This commit is contained in:
frankknoll
2023-10-04 00:05:03 +02:00
parent f1a00a87bd
commit 12e3670a24

View File

@@ -221,7 +221,7 @@
"metadata": {},
"outputs": [],
"source": [
"df = regionCountsByClickedBatchcodeTable.loc[(slice(None), 'Germany', slice(None)), :].sort_values(by = 'VAX_LOT', ascending = False)\n",
"df = regionCountsByClickedBatchcodeTable.loc[(slice(None), 'Germany', slice(None)), :].sort_values(by = ['REGION', 'REGION_COUNT_BY_VAX_LOT'], ascending = False)\n",
"df"
]
},