From ba8de95fb36b5c4160889d00489601ac26f09041 Mon Sep 17 00:00:00 2001 From: Damian Kula Date: Fri, 17 Nov 2023 16:39:23 +0100 Subject: [PATCH] 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