Note that most of the Python API docs are currently stubs. The APIs are designed to match the Scala APIs as closely as reasonable, so please refer to the Scala API docs for more details on both the algorithms and APIs (particularly DataFrame schema).
Contents:
.. toctree:: :maxdepth: 3 graphframes
:class:`graphframes.GraphFrame`
DataFrame-based Graph representation.
:class:`graphframes.examples.Graphs`
Example GraphFrames.
:class:`graphframes.examples.BeliefPropagation`
Belief Propagation implementation example.