Skip to content

Commit 9d32b3d

Browse files
committed
mimic-iv/buildmimic/sqlite/README: mention sqlalchemy requirement
Without sqlalchemy installed, pandas throws the following error: ``` [...] File "/.../import.py", line 23, in <module> df.to_sql(tablename, CONNECTION_STRING) [...] File "/.../python3.10/site-packages/pandas/io/sql.py", line 754, in pandasSQL_builder raise ImportError("Using URI string without sqlalchemy installed.") ImportError: Using URI string without sqlalchemy installed. ```
1 parent 14b9f5f commit 9d32b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mimic-iv/buildmimic/sqlite/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ into memory. It only needs three things to run:
1717
1. Python 3 installed
1818
2. SQLite
1919
3. [pandas](https://pandas.pydata.org/)
20+
4. [sqlalchemy](https://www.sqlalchemy.org/)
2021

2122
## Step 1: Download the CSV or CSV.GZ files.
2223

0 commit comments

Comments
 (0)