MLforHealth/MIMIC_Extract

to speed up "Saving notes" step

yezhengli-Mr9 opened this issue · 0 comments

Although notes are not used, recommend

import swifter
notes = notes.swifter.apply(process_frame_text, axis=1)
instead of

notes = notes.apply(process_frame_text, axis=1)

to speed up "Saving notes" step.