Hi everyone,
I'm working with a recommender system that connects players and games (games as in matches). I started to play with py2neo trying to import a dummy DB from a csv with the following info:
|gameId|userId|
|Game1|1,2,3,6|
|Game2|1,2,5,6|
|G...