Commit 9d32b3d
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments