Untitled

From Сергей, 11 Months ago, written in Plain Text, viewed 152 times. This paste will check out in 1 Second.
URL http://codebin.org/view/ab38ae4d Embed
Download Paste or View Raw
  1. moscow_general.groupby('genre')
  2. moscow_general['genre'].count()
  3. moscow_genres = moscow_general['genre'].sort_values(ascending = False)
  4. moscow_genres
  5.  
  6.  
  7. 8514           ïîï
  8. 28665    worldbeat
  9. 41315        world
  10. 42895        world
  11. 1734         world
  12.            ...    
  13. 9509        action
  14. 60870     acoustic
  15. 39129     acoustic
  16. 20644     acoustic
  17. 32883         acid
  18. Name: genre, Length: 42741, dtype: object

Reply to "Untitled"

Here you can reply to the paste above