Skip to content

Instantly share code, notes, and snippets.

@rohit-parimi
Created June 28, 2013 23:04
Show Gist options
  • Save rohit-parimi/5888824 to your computer and use it in GitHub Desktop.
Save rohit-parimi/5888824 to your computer and use it in GitHub Desktop.
Table:
UserID ItemID clickCount
1 a 1
1 b 1
2 a 1
2 b 1
2 c 1
3 a 1
Expected Output:
1 {(2,2), (3,1)}
2 {(1,2), (3,1}
3 {(1,1), (2,1)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment