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.

GraphAcademy Discussions
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Data Importer error

error while importing "Data Importer is no longer able to access all the required files. Please re-add missing files to the Files panel" Also not getting green tick on nodes and relationship after mapping nodes and relationship but do getting green d...

Resolved! Write and run refactor code to: Find an actor that acted in a Movie (MATCH (a:Actor)-[r:ACTED_IN]-(m:Movie)) Create (using MERGE) a Role node setting it’s name to the role in the ACTED_IN relationship. Create (using MERGE) the PLAYED relationship betw

my code which is not working MATCH (a:Actor)-[r:ACTED_IN]-(m:Movie) MERGE (x:Role {name: "r.role"}) MERGE (a)-[:PLAYED]->(x) MERGE (x)-[:IN_MOVIE]->(m) SET r.role = null

Resolved! How can I fix "No module named 'api.neo4j'"?

Hi everyone, Justin here. I’m busy with Building Neo4j Applications with Python. I'm working in Windows. When I run the tests, I get this error: "ModuleNotFoundError: No module named 'api.neo4j'" I've successfully installed all the modules in the req...

02_movie_list__test eror

Hello everybody! I’m completing the [Building Neo4j Applications with Python] course and I’ve just got stuck on passing the second test. I’ve compared my solution to the working one and there is no error. However, a cannot pass the test due to some c...

NodeJS Browsing Genres Mark As Complete Query

Hi Doing the backlog challenge - Browsing Genres. The test 'npm run test 09' outputs Here is the answer to the quiz question on the lesson: Which genre has the highest movie count? Copy and paste the following answer into the text box: Drama There do...

Creating a Python Driver Instance

I'm following the course Building Neo4j Applications with Python. I am stuck in creating a connection to the Neo4j server at localhost on the default port number of 7687 . When I run 'driver.verify_connectivity()' on Python, I get the 'neo4j.exceptio...

Resolved! PageRank returns no difference in Recipe graph

I tried PageRank on this guide: https://guides.neo4j.com/4.0-intro-graph-algos-exercises/PracticalApplication.html I listed the score of PG for the largest group of Ingredient node then I only got the same score about 0.15 for all nodes: CALL gds.pag...

gigauser by Graph Buddy
  • 1747 Views
  • 7 replies
  • 2 kudos
Labels