Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/whatsnew/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@ Other
array if the array shares data with the original DataFrame or Series (:ref:`copy_on_write_read_only_na`).
This logic is expanded to accessing the underlying pandas ExtensionArray
through ``.array`` (or ``.values`` depending on the dtype) as well (:issue:`61925`).
- Fixed bug that pd.col does not support & for combining conditions in .loc (:issue:`63322`)

.. ***DO NOT USE THIS SECTION***

Expand Down
Loading
Loading