Hi,
I'm new in this and i try to load data to my neo4j from a standard dataframe in python
my dataframe is very simple , i have node_a,node_b,info_node_a,info_node,relation
how do i load this , but not from csv's?
thanks
Hello, can you elaborate on "standard dataframe"? Is it Spark's? Is it Pandas'? Something else?
Hi,
its Pandas
thanks