Answers for "python syntax to include the colums as the first row of a dataframe"

-1

first row as column df

df.rename(columns=df.iloc[0])
Posted by: Guest on April-23-2020

Code answers related to "python syntax to include the colums as the first row of a dataframe"

Python Answers by Framework

Browse Popular Code Answers by Language