Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import pandas as pd
- print(df['Hobbyist'].value_counts())
- ''' Yes 93000
- No 200000 '''
- # with percentage: print(df['Hobbyist'].value_counts(normalize = True))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement