Hi,
I want to get ID for each node. I am using movie data from neo4j database.
In Neo4j desktop, i get the output i want.
But when i using the same cypher query in Python, i dont get the same output as in No4j.
Below is my code in Python.
result = t...