I have a dataset with the following format:
query_phone Day Actor ObjGrp
0 495393475 2017-09-21 Joana din
1 676793475 2017-09-21 marta ver
2 806494953 2017-09-21 joao hav
3 595243631 2017-09-21 mark din
4 444709531 2017-09-25 caty ver
5 447159403 2017-09-25 rodin tug
6 762976443 2017-09-25 rodin tug
7 865853581 2017-09-25 john han
8 441331962 2017-09-25 van ver
9 261331962 2017-09-25 van ver
10 455924196 2017-09-25 david wog
May i had, the dataframe has 80000 rows.
I want to plot it's distribuition. What i mean by that is plot a line that for each combinaation phone, day, actor and objgrp tells me how many times that instance appears, that way i can tell repitive behaviours.
Does anyone know how? all the plot ways i find, not only don't accept string type, also don't let me choose the y-axis as quantity.
Thank you,