pandas boolean column based on values bigger smaller other column code example Example: set value based on column df.loc[df['c1'] == 'Value', 'c2'] = 10