When we use data_preprocess.py to concatenate MIMIC csv files, it doesn't reflect new metadata.csv
Why
The root_path in main function in data_preprocess.py roles the target path, however, it still concatenates a previous metadata csv file, not a new metadata csv file.
What
When we use data_preprocess.py to concatenate MIMIC csv files, it doesn't reflect new metadata.csv
Why
The
root_path
in main function in data_preprocess.py roles the target path, however, it still concatenates a previous metadata csv file, not a new metadata csv file.How