Module

GDS Python Client

Move from interactive exploration to automated workflows. In this module, you'll use the Python GDS client to run graph algorithms programmatically.

You'll learn:

  • How to connect to Neo4j and run algorithms using Python
  • How to work with algorithm results as pandas DataFrames
  • How to apply PageRank, Betweenness, Louvain, and FastRP to a citation network

This module demonstrates GDS applied to academic citation analysis.

Ready, let's go!