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.

ranjanr331
Node Link
since ‎09-01-2020
‎06-01-2022

User Statistics

  • 11 Posts
  • 0 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

Hi, i have csv files with fairly large number of rows(<10M for now). I have to read that csv and create nodes and relationships among them in neo4j. I'm using pandas for csv data manipulation and py2neo for node and relation creation. But the problem...
Hi, I'm loading data to neo4j DB using python script via py2neo api. I have a use case where I have a 'Geometry' field which is going to be populated as a pair of numbers which will corresponds to Latitude and Longitude, like: 'Geometry':[48.965, 7.4...
How to set label to a node while creating it. I'm using following query to create the node: session.run(query="CREATE (x) set x = $dict_param", parameters={'dict_param' : {'itemName':'Jacket', 'price':2199}) and want to set label 'itemName' to it.
Hi, I have a python script which generates list of json like following: [{'Identifier': 'XYZ', 'Description': '', 'Type': 'ABC', 'SubType': '', 'Date': '', 'Mnemonic': '', 'Notes': ''}] I want to write a cypher query to create a node using this json ...
Kudos from