Advertisement
DarkArbiter

Untitled

Jul 13th, 2023
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. dane['HashedUser'] = dane["User"].map(ToBucket)
  2. sample_hash = dane[dane['HashedUser'] == 0]
  3. sample_hash[['User', 'PlayCount']].groupby(by='User').count().hist()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement