I have a data frame as shown below.
I need to set the 'xvalues' column as the index of this data frame.Below is my code.
df_thd_StepVF_funct_T.set_index('xvalues',inplace=True)
But this is giving me an error as shown below.May I know where I went wrong.
KeyError: "None of ['xvalues'] are in the columns"