I have an neo4j graph. I wish to do community detection and other graph analysis such as betweeness and closeness through python programming.
I used py2neo to connect and query Neo4j. I dont know how to convert py2neo results so that python-igraph can take in and do analysis. My main aim is to do clustering of whole Neo4j graph