What is a correct syntax to return the first row in a Pandas DataFrame code example Example: pandas return first row df_test.iloc[0] or df_test['someColumnName'].iloc[0]