DataFrame.
insert
Insert column into DataFrame at specified location.
Raises a ValueError if column is already contained in the DataFrame, unless allow_duplicates is set to True.
Insertion index. Must verify 0 <= loc <= len(columns).
Label of the inserted column.