Skip to content

Commit 45f2f1e

Browse files
committed
DOC: improved entry (pandas-dev#34431)
1 parent 5a5ce91 commit 45f2f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ I/O
949949
- Bug in :meth:`~DataFrame.read_feather` was raising an `ArrowIOError` when reading an s3 or http file path (:issue:`29055`)
950950
- Bug in :meth:`~DataFrame.to_excel` could not handle the column name `render` and was raising an ``KeyError`` (:issue:`34331`)
951951
- Bug in :meth:`~SQLDatabase.execute` was raising a ``ProgrammingError`` for some DB-API drivers when the SQL statement contained the `%` character and no parameters were present (:issue:`34211`)
952-
- Bug in :meth: in earlier versions `pd.to_sql` was raising an error when reading DataFrames with `-np.inf` entries; added test (:issue: `34431`)
952+
- Bug in :meth:`DataFrame.to_sql` when reading DataFrames with `-np.inf` entries (:issue: `34431`)
953953

954954
Plotting
955955
^^^^^^^^

0 commit comments

Comments
 (0)