To fetch a row from dataframe given index x, we can use loc.
Df.loc[10] where 10 is the value of the index.