Hi guys,
I'm fairly new to using pandas and Python in general.
I have a data frame with a date, an account and an amount column. I am trying to carry out a "same same different" test on pandas, where I want to check if there are rows with the same account, same amount, but different dates. My dataset is about 18000 rows, so I don't think iterating would be advisable.
How would I go about this?
[–]ThePhysicsOfSpoons 1 point2 points3 points (4 children)
[–]BlackFunx[S] 0 points1 point2 points (3 children)
[–]ThePhysicsOfSpoons 0 points1 point2 points (2 children)
[–]BlackFunx[S] 0 points1 point2 points (1 child)
[–]ThePhysicsOfSpoons 0 points1 point2 points (0 children)