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.

Charles
Node
since ‎01-19-2021
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi! I'm trying to run this line of code using the py2neo library for Python: graph.nodes.match("x",id_=3).first() But then I get this SyntaxError: ClientError: SyntaxError: Invalid input '{': expected "+" or "-" (line 1, column 27 (offset: 26)) "MA...
Hi everyone! I'm very new at Neo4j. I'm trying to create a graph from a json file that contains the links for the graph and the nodes. The "links" section has the number of the source node called "ori_val", and the node's number target for this link...