8000 mimic-iv/buildmimic/sqlite/README: mention sqlalchemy requirement by schu · Pull Request #1361 · MIT-LCP/mimic-code · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mimic-iv/buildmimic/sqlite/README: mention sqlalchemy requirement #1361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

schu
Copy link
Contributor
@schu schu commented Aug 10, 2022

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.

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.
```
6288 @alistairewj alistairewj merged commit 3d90244 into MIT-LCP:main Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0