We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f50ff9 commit b0f90c2Copy full SHA for b0f90c2
doc/source/whatsnew/v3.0.0.rst
@@ -401,6 +401,7 @@ Other API changes
401
- Index set operations (like union or intersection) will now ignore the dtype of
402
an empty ``RangeIndex`` or empty ``Index`` with object dtype when determining
403
the dtype of the resulting Index (:issue:`60797`)
404
+- `DataFrame.query` does not accept `**kwargs` anymore and requires passing keywords for desired arguments (:issue:`61405`)
405
406
.. ---------------------------------------------------------------------------
407
.. _whatsnew_300.deprecations:
0 commit comments