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