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.

DMF194
Node Clone
since ‎11-18-2021
‎12-27-2022

User Statistics

  • 40 Posts
  • 0 Solutions
  • 19 Kudos given
  • 3 Kudos received

User Activity

Hi all, My name is Fong, I am currently learning to use yfiles with Jupyter notebooks but so far I have encountered issues. I am currently using this link: https://www.youtube.com/watch?v=M_PbbMVg4ME as a guide but my GraphWidget is not displaying at...
Hi everyone, My name is Fong and I was wondering if anyone has worked with adjacency matrices and import into neo4j to apply some form of link prediction algo like graph embeddings The above is how the data set looks like. How do I turn this into a ...
Hi all, Currently I am following along the tutorial in the link below Neo4j Graph Database Platform Tutorial: Build a Knowledge Graph using NLP and Ontologies - Developer Guides This guide shows how to build and query...
Hi everyone, I tried to use the cypher below to convert datetime string into datetime format, which resulted only 1 batch failed but the rest completed successfully. call apoc.periodic.iterate( "match(p:POSITION) return p", "set p.devicetime=datetime...
Hi all, Currently I have a lot of positional data (include lat and long) representing millions of nodes. Original plan was to use bounding box query to put those nodes from above into clusters/region. Spatial searches I realized there are only 2 opti...