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.

kanthalepriyank
Node
since ‎02-26-2020
‎06-01-2022

User Statistics

  • 18 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

i have two relationships A_TO_B AND B_TO_C i want to connect these relationship togther how can it be done in neomodel.
I am making nodes and relationship through py2neo using Nodematcher,Relationship Matcher .so is it efficient to use cypher in python to create node?
i have a csv file name college ABC clg1 BCD clg2 i want a relation from name->clg how can i create that without using any nodes .
I HAVE ONE RELATIONSHIP (p)-[s:Rel_A]->(c) and another RELATIONSHIP (p)-[s:Rel_B]->(b) how will i combine this relationship? AND create one
i have json which is in format {'regulon': 'R-0', 'hallmark': 'SelfSufficiencyInGrowthSignals', 'value': 1.0, 'modal': 'BRCA', 'version': '1.0'}, {'regulon': 'R-1328', 'hallmark': 'InsensitivityToAntigrowthSignals', 'value': nan, 'modal': 'BRCA', 've...