From 06fc47aaeca7ff6dd1ed00d20dec2bb9f4312d5d Mon Sep 17 00:00:00 2001 From: frankknoll Date: Mon, 21 Feb 2022 13:57:28 +0100 Subject: [PATCH] refactoring --- src/HowBadIsMyBatch.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HowBadIsMyBatch.ipynb b/src/HowBadIsMyBatch.ipynb index 9d474a48618..bd189a37c8d 100644 --- a/src/HowBadIsMyBatch.ipynb +++ b/src/HowBadIsMyBatch.ipynb @@ -310,7 +310,7 @@ " 'Severe reports',\n", " 'Lethality'\n", " ]]\n", - " return batchCodeTable.sort_values(by='Severe reports', ascending=False)\n", + " return batchCodeTable.sort_values(by = 'Severe reports', ascending = False)\n", "\n", " def _getBatchCodeTableByCountry(self, country):\n", " if country in self.countryBatchCodeTable.index:\n",