Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. matrix = data.pivot_table(
  2. index='userId',
  3. columns='title',
  4. values='rating'
  5. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement