Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # get top 10 most frequent locations
- n = 15
- most_frequent_location = df_jobs['Location'].value_counts()[:n].index.tolist()
- most_frequent_location
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement