I am trying to load data into Neo4j from Databricks File system (DBFS). I have tried doing this using Py2neo and Looping on the data frame. But this solution has performance issues and takes huge time for lager set of data.
I have come across Morpheu...