I have the output as a pandas data frame. I am trying to write a cypher query to give this data frame as the input to Neo4j and create a graph with relations extracted from its source and target.
If anyone has any idea on how to proceed further, please guide me in this.
[Pandas Dataframe]

The key is how you pass the panda dataframe into the query. I used string format to parameterized source, target and relationship type.
Result: