Reputation: 29
The picture above is an example of my DataFrame. It is a large DataFrame and I have a condition I need to check. The 'CC Exp Date' columns has all of its data in the format of:
Data1/Data2
That is month by year. I want to get all the instances where Data 2 == 25
. How do I do this?
Help is appreciated
Upvotes: 0
Views: 31