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 f792b39 commit 0d938a0Copy full SHA for 0d938a0
pandas/core/indexing.py
@@ -614,8 +614,7 @@ def loc(self) -> _LocIndexer:
614
**Assignment with Series**
615
616
When assigning a Series to .loc[row_indexer, col_indexer], pandas aligns
617
- the Series by index labels, not by order or position. This is consistent
618
- with pandas' general alignment behavior.
+ the Series by index labels, not by order or position.
619
620
Series assignment with .loc and index alignment:
621
0 commit comments