Skip to content

Commit d097bfc

Browse files
remove doc
1 parent 781c59b commit d097bfc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pandas/core/frame.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,6 @@
274274
4 bar 2 bar 6
275275
5 baz 3 baz 7
276276
277-
Merge DataFrames df1 and df2, but raise an exception if the DataFrames have
278-
any overlapping columns.
279-
280-
>>> df1.merge(df2, left_on='lkey', right_on='rkey', suffixes=(False, False))
281-
Traceback (most recent call last):
282-
...
283-
ValueError: columns overlap but no suffix specified:
284-
Index(['value'], dtype='object')
285277
"""
286278

287279
# -----------------------------------------------------------------------

0 commit comments

Comments
 (0)