How would you access the first-row and first column in the dataframe df? code example Example: first row as column df df.rename(columns=df.iloc[0])