From 54f193a70815c01e26d6dd0616616d56a74699ce Mon Sep 17 00:00:00 2001 From: Damian Kula Date: Fri, 17 Nov 2023 18:19:09 +0100 Subject: [PATCH] [Docstring] Update a link to SQLAlchemy documentation to be compatible with 2.0 (#56023) Update a link to SQLAlchemy documentation to be compatible with 2.0 version --- pandas/io/sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/sql.py b/pandas/io/sql.py index c77567214a692..d854ea09a5335 100644 --- a/pandas/io/sql.py +++ b/pandas/io/sql.py @@ -564,7 +564,7 @@ def read_sql( library. If a DBAPI2 object, only sqlite3 is supported. The user is responsible for engine disposal and connection closure for the SQLAlchemy connectable; str connections are closed automatically. See - `here `_. + `here `_. index_col : str or list of str, optional, default: None Column(s) to set as index(MultiIndex). coerce_float : bool, default True