There are many ways to create graph objects for networkx, from importing edgelist files to reading a pandas DataFrame. Here, we want to feed it from a Neo4j graph. We will therefore use networkx.from_pandas_edge_list, since we already know from previous chapters how to create a DataFrame from Neo4j.





















































