New to MIMIC database - preprocessing issues #1946
Replies: 1 comment
-
|
Hi @DaisyP2025, I would suggest working with the copy of MIMIC available in BigQuery. See: https://mimic.mit.edu/docs/gettingstarted/cloud/ for more details. You can create a Colab notebook that connects directly to the BigQuery instance for your analysis. Outdated, but e.g. https://github.com/MIT-LCP/2019_aarhus_critical_data/blob/master/tutorials/mimic-iii/mimic-iii-tutorial-aarhus.ipynb You'll find code to help with extracting cohorts etc at: https://github.com/MIT-LCP/mimic-code (also some notebooks, e.g. https://github.com/MIT-LCP/mimic-code/tree/main/mimic-iv/notebooks, though I realise these are outdated...we will try to add some more current ones). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm a research scientist at King's College London and I'm relatively new to working with MIMIC data. I've been trying to get started with MIMIC-III and IV by downloading the CSV files and working with them in Python/pandas. So far, my experience has been... challenging.
For example, when I try to download sepsis patients with 1Hz vital sign data, I need to:
I'm about 2 weeks in and still haven't gotten to my actual analysis yet.
From reading online, I see people mention:
I'm genuinely curious:
I don't want to reinvent the wheel if there's a better approach. Any guidance from folks who've been through this learning curve would be really helpful.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions