Hello,
I was wondering if anyone had some advice I have a very large sparse matrix as csr_maxtrix (from scipy) . I want to load this into neo4j what's the best way of doing this? My only idea so far is loading it into networkx, then maybe write a gr...