Skip to content

Commit 9bc25cb

Browse files
committed
Update expected results for user ratings in CSV import example
1 parent 39fb502 commit 9bc25cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/python/examples/05_csv_import_graph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,15 +1001,15 @@ def import_from_jsonl(jsonl_path: Path, target_db_path: Path) -> float:
10011001
"movielens-small": {
10021002
"counts": {"users": 610, "movies": 9742, "rated": 97823, "tagged": 3436},
10031003
"samples": {
1004-
"user1_ratings": 252,
1004+
"user1_ratings": 222,
10051005
"user1_tags": 0,
10061006
"movie1_title": "Toy Story (1995)",
10071007
"movie1_genres": "Adventure|Animation|Children|Comedy|Fantasy",
10081008
},
10091009
"queries": [
10101010
{
10111011
"name": "Query 1: Movies rated by User #1 (SQL - Basic Traversal)",
1012-
"count": 252,
1012+
"count": 222,
10131013
},
10141014
{
10151015
"name": "Query 2: Movies rated 5.0 by User #1 (SQL - Edge Property Filter)",

0 commit comments

Comments
 (0)