Read numeric data files in MIMIC-IV Waveform Database v0.1.0 #1392
Replies: 2 comments 1 reply
-
Hi @fwhiemstra. Right now, it is necessary to download the waveforms in some way before analysis, but this could be done with a function call directly from the WFDB package (in a cloud notebook, such as Google Colab if desired!). Please take a look at https://wfdb.io/mimic_wfdb_tutorials for some executable notebooks that demonstrate how to load and explore data using the WFDB python package. Do these help? |
Beta Was this translation helpful? Give feedback.
-
Hi @tompollard, Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to read the numeric data files in MIMIC-IV Waveform Database v0.1.0 in Python. For as far as I understood, this is not possible with the wfdb package. The code provided on https://physionet.org/content/mimic4wdb/0.1.0/ requires downloading of the .csv.gz file. Is there a way to read the numeric data stored in MIMIC-IV Waveform Database without having to download it?
Beta Was this translation helpful? Give feedback.
All reactions