I am trying to drop certain rows from a CSV file, but not by its label. I need to drop rows with certain values.
In this csv file, how would I drop every row with categroy == Physics
?
I am trying to drop certain rows from a CSV file, but not by its label. I need to drop rows with certain values.
In this csv file, how would I drop every row with categroy == Physics
?