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.

mayanktripathi4
Node Link
since ‎02-17-2020
‎06-01-2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hi Team, I was doing some hands-on with Neo4j + Cypher + Python, and was trying to convert the result into Pandas DataFrame, but getting below error. Code used : results = %cypher http://XXX:XXXX@localhost:7474/db/data MATCH (person:Person)-[:LIKES]-...
Hi Team, I feel that I am now much comfortable using the Neo4j and Cypher from creating a simple database to loading the data from CSV / JSON file using import / APOC etc. and also with the Neo4j ETL. Now willing to proceed further, for this i am loo...
Hi Team, While installing the Neo4j, i have selected the default path, and now facing issue while using the LOAD CSV FROM 'file:///sample.csv'..... as i am getting error Neo.ClientError.Statement.ExternalResourceFailed Couldn't load the external reso...
Hi Team, I was playing with the Neo4j, and came across where i have to store historical data of a Customer. Like a Customer is Subscribed to a site with some preferences on 01-JAN-2020, and later say in 20-JAN-202 the Customer has changes his some of...
Hi Team, I just wondering why do we have the procedures some with dbms. and db. (for example CALL dbms.components() and CALL db.constraints() ), what is the difference between dbms and db. This may seems silly question, but somehow i need to understa...
Kudos given to