0

I have the following database:

enter image description here

And I would like to know how many times a combination of BirthDate and Zipcode is repeated throughout the data table:

enter image description here

Now, my question is: How can I access the keys of this output? For instance, how can I get Birthdate=2000101 ZipCode=8002, for i = 0?

The problem is this is a 'Series' object, so I'm not able to use .columns, .loc or .query here.

enter image description here

Arnau
  • 177
  • 10

0 Answers0