#Multiply the values of column_name by 100 df.column_name.mul(100)
df['quantity'] = df['quantity'].apply(lambda x: x*-1)