We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38589f9 commit 54f193aCopy full SHA for 54f193a
pandas/io/sql.py
@@ -564,7 +564,7 @@ def read_sql(
564
library. If a DBAPI2 object, only sqlite3 is supported. The user is responsible
565
for engine disposal and connection closure for the SQLAlchemy connectable; str
566
connections are closed automatically. See
567
- `here <https://docs.sqlalchemy.org/en/13/core/connections.html>`_.
+ `here <https://docs.sqlalchemy.org/en/20/core/connections.html>`_.
568
index_col : str or list of str, optional, default: None
569
Column(s) to set as index(MultiIndex).
570
coerce_float : bool, default True
0 commit comments