header as row in python code example Example: promote a row in panda dataframe to header df.columns = df.iloc[0] df = df[1:]