Skip to content

Commit b395497

Browse files
committed
DOC: improved entry (pandas-dev#34431)
1 parent 70f3e12 commit b395497

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
@@ -901,7 +901,7 @@ I/O
901901
- Bug in :meth:`~DataFrame.read_feather` was raising an `ArrowIOError` when reading an s3 or http file path (:issue:`29055`)
902902
- Bug in :meth:`~DataFrame.to_excel` could not handle the column name `render` and was raising an ``KeyError`` (:issue:`34331`)
903903
- 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`)
904-
- Bug in :meth: in earlier versions `pd.to_sql` was raising an error when reading DataFrames with `-np.inf` entries; added test (:issue: `34431`)
904+
- Bug in :meth:`DataFrame.to_sql` when reading DataFrames with `-np.inf` entries (:issue: `34431`)
905905

906906
Plotting
907907
^^^^^^^^

0 commit comments

Comments
 (0)