I have a dataset and I want to delete rows from the dataframe based on 2 or column values of that row . For example - I have data frame about all the TV Shows in US , and I need to delete the a particular rows of a TV Show based on the the season of the TV SHow and the episode . Like I need to delete rows of the TV SHow - Gotham but only the rows containing season 4 and episode 10 .
Would really appreciate if I could get help regarding this .