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.

mauuuuu5
Node Clone
since ‎07-26-2020
‎12-02-2022

User Statistics

  • 14 Posts
  • 0 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

Hi everyone I was trying to load the Zachary's karate club dataset, which can be found here. The file "zkc.graph" was copied in the import folder and I ran this code: LOAD CSV FROM "file:///zkc.graph" AS row FIELDTERMINATOR " " MERGE (p:Person {p...
Hi everyone I am trying to run the neo4j-ml-models-1.0.3.jar which can be found here Despite of running the following steps: installing the Graph Algorithms plugindropping the attached jar file into your ´$NEO4J_HOME/plugins` folderadding dbms.securi...
Hi everyone, I am running a code found in this book Hands-On Graph Analytics with Neo4j which originally had a missing parentheses (alredy fixed), but still has something wrong from neo4j import GraphDatabase URL="bolt://localhost:7687" USER="neo4j"...
Hi everyone thank you for the opportunity for introducing myself, my name is Mauricio and I am currently working in a project to detect anomalies in transactional data. I have found the software amazing. Finally I want to to know if Neo4j has anomaly...
Hi everyone, I am trying to load a CSV file and the problem is that neo4j is not recognizing the headers and does not split the data in columns and basically considers each row as a list. Another interesing aspect is that at the begining and ending o...
Kudos from