Question:
I’m a new Python learner, and I can’t figure out how to do this.Let’s say I have a data frame like this:
Answer:
here is one way to do itusing groupby, we take the max across category & title and then comparing the result with the original df.
If you have better answer, please add a comment about this, thank you!