How could I drop a column where the row value is equal to 1?
Example: I want to keep the staff names where No. leaves taken is 0 and drop the rest of the columns
                     Jack    Mary    Huin   Lean
No. sales            340     200     100     122
No. leaves taken       1       0       3       0
 
    