formating

This commit is contained in:
frankknoll
2022-02-04 01:32:09 +01:00
parent 18c5b86de5
commit d61817957e

View File

@@ -176,7 +176,6 @@
" batchCodeTable = batchCodeTable.sort_values(by = 'ADRs', ascending = False)\n",
" return self._addCompanyColumn(batchCodeTable, self._createCompanyByBatchCodeTable())\n",
"\n",
"\n",
" def _addCompanyColumn(self, batchCodeTable, companyByBatchCodeTable):\n",
" return pd.merge(\n",
" batchCodeTable,\n",