Skip to content

Commit 70f3e12

Browse files
committed
DOC: updated what's new (pandas-dev#34431)
1 parent dbd141a commit 70f3e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -901,6 +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`)
904905

905906
Plotting
906907
^^^^^^^^

0 commit comments

Comments
 (0)