Hi,
I have a same dataset using
"""LOAD CSV WITH HEADERS FROM 'file:///{}' AS row
CREATE(n:{})
SET n=row;""".format(source_path+file_name,table_name)
the above query i have done initial load of dataset.
for the second load (in which i have few new re...