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