find rows by name using pandas code example Example: dataframe get row by name row_data = df.loc[ 'a' , : ]