df.iloc[[index]]
>>> df[df['LastName'] == 'Smith'].index Int64Index([1], dtype='int64')
df.iloc[index]