Skip to content

Commit 4b6af58

Browse files
committed
mimic-iv/buildmimic/sqlite/README: remove "edit step"
Since 2e9e0bd the `import.py` script can handle both `.csv` and `.csv.gz` files. As far as I can tell, edits shouldn't be necessary for the script to work.
1 parent 14b9f5f commit 4b6af58

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

mimic-iv/buildmimic/sqlite/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,7 @@ path/to/mimic-iv/
3939
└── procedureevents.csv.gz
4040
```
4141

42-
## Step 2: Edit the script if needed.
43-
44-
`import.sh` does **not** need edits to work with either the demo or full dataset.
45-
Please continue to Step 3.
46-
47-
If you are using the `import.py` script,
48-
it may be necessary to make minor edits to the `import.py` script. For example:
49-
50-
- If your files are `.csv` rather than `csv.gz`, you will need to change `csv.gz` to `csv`.
51-
52-
## Step 3: Generate the SQLite file
42+
## Step 2: Generate the SQLite file
5343

5444
To generate the SQLite file:
5545

0 commit comments

Comments
 (0)