We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bc5d3 commit dcabaeaCopy full SHA for dcabaea
1 file changed
scripts/prepare_data_for_improve.py
@@ -402,6 +402,7 @@ def process_datasets(args):
402
columns={'improve_drug_id': 'improve_chem_id'},
403
inplace=True,
404
)
405
+ out_df = out_df.dropna(how='any',axis=0)
406
407
outfile_path = args.WORKDIR.joinpath(
408
"data_out",
0 commit comments