refactoring
This commit is contained in:
@@ -310,7 +310,7 @@
|
|||||||
" 'Severe reports',\n",
|
" 'Severe reports',\n",
|
||||||
" 'Lethality'\n",
|
" 'Lethality'\n",
|
||||||
" ]]\n",
|
" ]]\n",
|
||||||
" return batchCodeTable.sort_values(by='Severe reports', ascending=False)\n",
|
" return batchCodeTable.sort_values(by = 'Severe reports', ascending = False)\n",
|
||||||
"\n",
|
"\n",
|
||||||
" def _getBatchCodeTableByCountry(self, country):\n",
|
" def _getBatchCodeTableByCountry(self, country):\n",
|
||||||
" if country in self.countryBatchCodeTable.index:\n",
|
" if country in self.countryBatchCodeTable.index:\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user