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.

2040688118
Node
since ‎04-10-2022
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I project a graph in python like this: G, res = gds.graph.project( "graph", # Graph name "movie", # Node projection "times" # Relationship projection ) but G.relationship_properties('times') = .Actually it...