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