Skip to content

Commit d7f63a1

Browse files
DOC: add note on duplicate indices on parameter other (pandas-dev#55509)
1 parent 5169022 commit d7f63a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/core/frame.py

+4
Original file line numberDiff line numberDiff line change
@@ -8692,6 +8692,10 @@ def update(
86928692
dict.update : Similar method for dictionaries.
86938693
DataFrame.merge : For column(s)-on-column(s) operations.
86948694
8695+
Notes
8696+
--------
8697+
1. Duplicate indices on `other` are not supported and raises `ValueError`.
8698+
86958699
Examples
86968700
--------
86978701
>>> df = pd.DataFrame({"A": [1, 2, 3], "B": [400, 500, 600]})

0 commit comments

Comments
 (0)