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 0319203 commit ecba02aCopy full SHA for ecba02a
doc/source/whatsnew/v3.0.0.rst
@@ -1423,6 +1423,7 @@ Other
1423
array if the array shares data with the original DataFrame or Series (:ref:`copy_on_write_read_only_na`).
1424
This logic is expanded to accessing the underlying pandas ExtensionArray
1425
through ``.array`` (or ``.values`` depending on the dtype) as well (:issue:`61925`).
1426
+- Fixed bug that pd.col does not support & for combining conditions in .loc (:issue:`63322`)
1427
1428
.. ***DO NOT USE THIS SECTION***
1429
0 commit comments