choose specific row df code example Example: select specific rows from dataframe in python select_color = df.loc[df['Color'] == 'Green']