Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-27-2021 08:58 AM
Hello All, For the following coding, I am receiving an error. Can you help me to solve it? I think the "create_node" should be corrected which is missing in the py2neo.bulk – Bulk data operations — py2neo 2021.1
data = [ (("Alice", "Smith"), [1999], 123), (("Bob", "Jones"), [2002], 124), (("Carol", "Singer"), [1981], 201), ]
create_nodes(g.auto(), data, labels={"Person"})
create_relationships(g.auto(), data, "WORKS_FOR" , start_node_key=("Person", "name", "family name")), keys=["since"])
Thank you for your help.
05-04-2022 02:19 PM
@faezeh.shahidi.sh Hello!
Most likely you have already resolve out this issue, but if it is relevant, let me know!
All the sessions of the conference are now available online