We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49087fd commit d00cce7Copy full SHA for d00cce7
mimic-iv-ed/buildmimic/mysql/validate.sql
@@ -1,5 +1,5 @@
1
-- Validate the MIMIC-IV-ED tables built correctly by checking against known row counts.
2
--- For MIMIC-IV-ED v2.2, some stay_id and their related features are removed.
+-- Tested against MIMIC-IV-ED v2.2.
3
SELECT
4
CASE
5
WHEN exp.row_count = obs.row_count
mimic-iv-ed/buildmimic/postgres/validate.sql
WITH expected AS
(
SELECT 'edstays' AS tbl, 425087 AS row_count UNION ALL
0 commit comments