df['Size_indicator'] = np.where(df['Employees'] >= 100, 'Big', 'Small')
df