Hello,
Im using python neo4j package to manipulate neo4j data.
When i extract data from neo4j, their type is "neo4j.graph.Node" and "abc.references"(this one is relationship)
I wonder is there any faster way to import this type of data back into anot...