Hello,
I'm trying to create or update nodes from a batch using neo4j python module,
I have approx 100k items in the batch.
Here is 1 item from the batch:
batch[0] = {'contactid': '1', 'gender': 'Mr', 'firstname': 'Marc', 'lastname': 'Brown', 'custome...