I am using pandas in python.
How can I set all the values of a DataFrame below 21000 by 'EstimatedSalary ' to zero? Means that I want the first two rows to have zeros instead of 19000 and 20000
ID Gender Age EstimatedSalary Purchased
15624510 Male 19 19000 0
15810944 Male 35 20000 0
15668575 Female 26 43000 0
15603246 Female 27 57000 0