neo4j-python-driver icon indicating copy to clipboard operation
neo4j-python-driver copied to clipboard

'Node' object has no attribute 'properties'

Open wjli-debug opened this issue 1 year ago • 0 comments

Why am I using pytho to manipulate the neo4j database schema and can't get the properties Traceback (most recent call last): File "try.py", line 47, in main() File "try.py", line 43, in main data_list = fetch_nodes_and_relations(driver) File "try.py", line 23, in fetch_nodes_and_relations 'properties': record['n'].properties AttributeError: 'Node' object has no attribute 'properties'

wjli-debug avatar Apr 27 '24 04:04 wjli-debug