I'm working in Python with a pandas DataFrame of video games, each with a genre. I am Python Use in Pandas DataFrame My video games , Every game has a genre .I'm trying to remove any video game with a genre that appears less than some number of times in the DataFrame, but I have no clue how to go about this. I am trying to delete any type in DataFrame A video game that appears less than a certain number of times in , But I don't know how to handle it .I did find a StackOverflow question that seems to be related, but I can't decipher the solution at all (possibly because I've never heard of R and my memory of functional programming is rusty at best). I did find it One. Seems relevant Of StackOverflow problem , But I can't decipher the solution ( Maybe it's because I've never heard of R And my memory of functional programming is at best unfamiliar ).
Help? help ?