I'm trying to load in a csv and match 2 nodes and return both, and I'd like to execute this through python. This is the query I am using in the browser, which works perfectly:
LOAD CSV WITH HEADERS FROM 'file:/follows.csv' AS row
MERGE (n:Person {id...