Skip to content

Commit 414e30f

Browse files
committed
Update what's new page with relevant issues for df.query() with in-place operator
The relevant issues added are : BUG: query with invalid dtypes should fallback to python engine pandas-dev#10486 BUG: query modifies the frame when you compare with `=` pandas-dev#8664
1 parent fe584e7 commit 414e30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/source/whatsnew/v0.18.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ Changes to eval
785785
^^^^^^^^^^^^^^^
786786

787787
In prior versions, new columns assignments in an ``eval`` expression resulted
788-
in an inplace change to the ``DataFrame``. (:issue:`9297`)
788+
in an inplace change to the ``DataFrame``. (:issue:`9297`, :issue:`8664`, :issue:`10486`)
789789

790790
.. ipython:: python
791791

0 commit comments

Comments
 (0)