Hi i'm having a list where performing groupby with two columns. I need only to display the items and have to hide the count that is being displayed.
Ex: DEPT:CSE(5)
SUBJECT:DataStructure(20)
SUBJECT: OOPS(50)
DEPT:ECE (8)
SUBJECT: SIGNALS(38)
SUBJECT: ADC(42) ----> Here have to hide all the numbers in brackets...
Thanks in advance!!!