moving some files to batchCodeTables folder
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user