BigQuery mimiciv_2_2_derived tables incomplete (49 vs expected 65)
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 3.4k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
Hello MIMIC / PhysioNet team,
When querying the BigQuery dataset, we found that physionet-data.mimiciv_2_2_derived contains only 49 tables (excluding _version), which appears incomplete compared with the expected derived schema.
SELECT table_name
FROM `physionet-data.mimiciv_2_2_derived.INFORMATION_SCHEMA.TABLES`
ORDER BY table_name;
This query returns 49 tables only. However, the expected derived release contains 65 tables (excluding _metadata, e.g. physionet-data.mimiciv_3_1_derived), with missing tables including:
oxygen_delivery, phenylephrine, rhythm, rrt, sapsii, sepsis3, sirs, sofa, suspicion_of_infection, urine_output, urine_output_rate, vasoactive_agent, vasopressin, ventilation, ventilator_setting, vitalsign, weight_durations.
Please clarify whether the BigQuery derived dataset is intentionally partial or will be completed.
Thank you very much for your support.
Best regards
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the INFORMATION_SCHEMA.TABLES query against physionet-data.mimiciv_2_2_derived and compare its results with the expected 65-table derived schema, including the listed missing tables. Done means establishing whether the BigQuery dataset is intentionally partial or identifying what is needed for it to match the expected release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, sql
- Domain
- cloud, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100