Skip to content

Commit 8343ffe

Browse files
committed
Add item for indexers returning new object instead of original
1 parent b289503 commit 8343ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Conversion
8787
Indexing
8888
^^^^^^^^
8989

90+
- When called with a null slice (i.e. ``df.iloc[:]``), the``iloc`` and ``loc`` indexers return a shallow copy of the original object. Previously they returned the original object. (:issue:`13873`).
9091

9192

9293
I/O

0 commit comments

Comments
 (0)