I have this pandas DataFrame in Python which contains covid-19 cases of all states in India at particular date . Now from this DataFrame I want to remove all those rows in which status is equal to Recovered and Deceased.
In other terms, I only want confirmed cases . So how can I do that ?