refactoring
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user