Skip to content

Commit e637369

Browse files
5th update for issue 3439
1 parent e8e5a13 commit e637369

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/reshape/concat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ def concat(objs, axis=0, join='outer', join_axes=None, ignore_index=False,
197197
0
198198
a 2
199199
>>> pd.concat([df5, df6], verify_integrity=True)
200+
Traceback (most recent call last):
201+
...
200202
ValueError: Indexes have overlapping values: ['a']
201203
"""
202204
op = _Concatenator(objs, axis=axis, join_axes=join_axes,

0 commit comments

Comments
 (0)