select only certain rows in pandas code example Example: panda select rows where column value inferior to df.loc[df['column_name'] == some_value]