| run_query | R Documentation |
This function demonstrates connecting to a Neo4j database via the Python neo4j driver and using pandas to manipulate the returned data.
run_query(uri, user, password, query)
uri |
Neo4j URI, e.g., "bolt://localhost:7687" |
user |
Username for Neo4j |
password |
Password for Neo4j |
query |
A Cypher query to execute, e.g. "MATCH (n) RETURN n LIMIT 5" |
A data.frame containing the query results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.