python dataframe get all rows with value code example Example: how to select rows based on column value pandas df.loc[df['column_name'] == some_value]