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.

PhilipGeorge
Node
since ‎01-27-2023
‎01-27-2023

User Statistics

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

User Activity

I am new to neo4j and knowledgegraph. need help with the below issue. def who_be_present(I_AM,I_WANT_TO_MEET):print(f"I'm {I_AM}")print(f"I want to meet {I_WANT_TO_MEET}")request="""MATCH (cs:Person { name:$pfrom }),(ms:Person { name:$pto }), p = sho...