Untitled

From Harmless Pig, 1 Year ago, written in Plain Text, viewed 267 times.
URL http://codebin.org/view/64c62052 Embed
Download Paste or View Raw
  1. # таблица отражающая долю платящих пользователей из каждой страны
  2. country_users = profiles.pivot_table(index = 'payer', columns = 'region', values = 'user_id', aggfunc='nunique'
  3.                                     )
  4. country_users
  5.  
  6.  
  7. region  France  Germany UK      United States
  8. payer                          
  9. False   16787   14365   16875   93100
  10. True    663     616     700     6902

Replies to Untitled rss

Title Name Language When
Re: Untitled Flying Bird text 1 Year ago.

Reply to "Untitled"

Here you can reply to the paste above