My objective is to find loops with Datetime as relationships in increasing order
load csv with headers from 'file:///file1.csv' as row
merge(m:Buyer{name:BC})
merge(n:Buyer{name:SC})
merge (m)-[ : BuysFrom{weight1: row.Datetime, weight2: row.amount}]...