mardi 2 août 2016

How to find particular column unique values count in python pandas?

I have following dataframe.,

company,sector,marks
a,b1,21
b,b2,27
c,b2,20
a,b3,70

I have to display no of company,sector and sum of marks how do we take unique column value length in pandas

Aucun commentaire:

Enregistrer un commentaire