Skip to content

Commit 27110bf

Browse files
author
Santhosh Kumar Bethi
committed
added entry in rst file
1 parent 5686d16 commit 27110bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,7 @@ Other
11921192
- Bug in :func:`eval` where method calls on binary operations like ``(x + y).dropna()`` would raise ``AttributeError: 'BinOp' object has no attribute 'value'`` (:issue:`61175`)
11931193
- Bug in :func:`eval` where the names of the :class:`Series` were not preserved when using ``engine="numexpr"``. (:issue:`10239`)
11941194
- Bug in :func:`eval` with ``engine="numexpr"`` returning unexpected result for float division. (:issue:`59736`)
1195+
- Bug in :func:`test_query_duplicate_column_name` raising ``doc-formatting`` error and causing pipelines to fail (:issue:`62701`)
11951196
- Bug in :func:`to_numeric` raising ``TypeError`` when ``arg`` is a :class:`Timedelta` or :class:`Timestamp` scalar. (:issue:`59944`)
11961197
- Bug in :func:`unique` on :class:`Index` not always returning :class:`Index` (:issue:`57043`)
11971198
- Bug in :meth:`DataFrame.apply` raising ``RecursionError`` when passing ``func=list[int]``. (:issue:`61565`)

0 commit comments

Comments
 (0)