pandas.Series.append

Series.append(to_append, verify_integrity=False)

Concatenate two or more Series. The indexes must not overlap

to_append : Series or list/tuple of Series verify_integrity : boolean, default False

If True, raise Exception on creating index with duplicates

appended : Series