neo4j - How can to convert py2neo.database.cursor class to a dictionary or list in python? -


using graph.run() py2neo v3 connect neo4j db: how can convert instance of py2neo.database.cursor class dictionary or list in python?

was simple in py2neo v2 using py2neo.cypher.core.recordlist class graph.cypher.execute() equivalent graph.run have returned if using previous version...

looks data method:

http://py2neo.org/v3/database.html#py2neo.database.cursor.data

this designed use libraries pandas need extract entire result.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -