Welcome back to our series on graphs with Scooby-Doo! Turning Your Tabular Data Into a Graph Using Cypher covered how to use Cypher code to turn your CSV data into a graph. In Loading Data Into Neo4j Using pyneoinstance , I described how to take that Cypher code and incorporate it into a Python script to load data into Neo4j with code. If you followed the steps in those tutorials, you should now have a Scooby-Doo graph database. Now we can get to the fun part: data analysis and exploration.
...