cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Kaowrg
Node
since ‎07-26-2019
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

Are there anyhow to create node by get data from dictionary below: node = {'mike':22, 'jack':19, 'alex':24} query = """ UNWIND {{batch}} as row CREATE (n:SINGLE_NODE) SET n += row """.format(node =node ) session.run(query, node =node ) i want key fo...
Hello, i'm using py2neo and try to get node id by these code for rel in matcher.match("SINGLE_NODE"): print("name:", rel["name"]) print("occur:", rel["occur"]) print("pos:", rel["pos"]) and there is no entity["id"], i want to know anyhow to get id of...
Kudos from