Hi,
So I'm working with trade data, and one of my columns has the same value for multiple rows. My understanding is that due to constraints only one instance is considered when creating a node. This works out for column A where I only need one instance of the country but I would like to have every instance of the country from column B.
My goal is to show a connection between all the exports and imports between country A and country B.
I've tried to undo constraint via cypher but that did not help.
If there's a better way to do it. I appreciate the help !!
Trade Data