We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5223cd1 commit 52e815fCopy full SHA for 52e815f
pandas/io/sql.py
@@ -439,7 +439,8 @@ def read_sql(
439
con : SQLAlchemy connectable, str, or sqlite3 connection
440
Using SQLAlchemy makes it possible to use any DB supported by that
441
library. If a DBAPI2 object, only sqlite3 is supported. The user is responsible
442
- for engine disposal and connection closure for the SQLAlchemy connectable. See
+ for engine disposal and connection closure for the SQLAlchemy connectable; str
443
+ connections are closed automatically. See
444
`here <https://docs.sqlalchemy.org/en/13/core/connections.html>`_.
445
index_col : str or list of str, optional, default: None
446
Column(s) to set as index(MultiIndex).
0 commit comments