Hi, Elena thanks for quick response my previous email. I have one more question.
Question: I have two email nodes like : Person{email1}------{date, timestamp}------Person{email2}.
I have loaded the data from csv file. Now the question is a) between t...
Hi Elena,
I have a data nodes like this. node1(email1) node2 (email2;email3)
I have to connect email1 to email2 and email1 to email3. I have to two columns in csv, first column only email1 will be there. In the second column some cells have...
Hi I want to create a weighted graph and want to apply louvain from gds. I am facing some problem.
I have created a graph as follows:
LOAD CSV WITH HEADERS FROM 'FILE PATH' AS line MERGE( N: MyNode {Name: line.source}) MERGE(m: MyNode {Name: line.tar...