seoulsky-field / CXRAIL-dev

CXRAIL-dev
MIT License
7 stars 0 forks source link

Hotfix: MIMIC csv concatenate doesn't reflect new path #98

Closed seoulsky-field closed 1 year ago

seoulsky-field commented 1 year ago

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