Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 84 Bytes

pd_03_groupby_count.md

File metadata and controls

6 lines (5 loc) · 84 Bytes
by_gender = data.groupby('Gender')

print by_gender
print by_gender.count()