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.
2 parents 8be3dee + a444739 commit a720799Copy full SHA for a720799
mimic-iv/buildmimic/postgres/load.sql
@@ -6,8 +6,10 @@
6
-- psql "dbname=<DBNAME> user=<USER>" -v mimic_data_dir=<PATH TO DATA DIR> -f load.sql
7
-- The script assumes the files are in the core, hosp, and icu subfolders of mimic_data_dir
8
9
+\cd :mimic_data_dir
10
+
11
-- core schema
-\cd :mimic_data_dir/core
12
+\cd core
13
14
\COPY mimic_core.admissions FROM admissions.csv DELIMITER ',' CSV HEADER NULL '';
15
\COPY mimic_core.patients FROM patients.csv DELIMITER ',' CSV HEADER NULL '';
0 commit comments