1

I have three lists, one with clients ids, one with months and one with categories.

clients_ids = [1, ..., 130000]
months = [1, ..., 12]
categories = [0, 1, 2, 3, 4, 5, 6]

And I want to create pandas GroupBy Object, from these lists, that will look like this

enter image description here Is there a way to do it?

DarrylG
  • 16,732
  • 2
  • 17
  • 23
TayJen
  • 81
  • 7

0 Answers0