moving some files to batchCodeTables folder

This commit is contained in:
frankknoll
2022-02-25 12:00:49 +01:00
parent 870787f91c
commit e49b9279f1
165 changed files with 2 additions and 42 deletions

View File

@@ -708,7 +708,7 @@
" batchCodeTable.index.set_names(\"Batch\", inplace = True)\n",
" if minADRsForLethality is not None:\n",
" batchCodeTable.loc[batchCodeTable['Adverse Reaction Reports'] < minADRsForLethality, ['Severe reports', 'Lethality']] = [np.nan, np.nan]\n",
" IOUtils.saveDataFrame(batchCodeTable, '../docs/data/' + country)\n",
" IOUtils.saveDataFrame(batchCodeTable, '../docs/data/batchCodeTables/' + country)\n",
" # display(country + \":\", batchCodeTable)\n",
" display(country)\n",
"\n",