Skip to content

Latest commit

 

History

History

README.md

GraphFrames Python Package

GraphFrames Logo

PyPI - Downloads PyPI - License PyPI - Version

The is the officila graphframes-py PyPI package, which is a Python wrapper for the Scala GraphFrames library. This package is maintained by the GraphFrames project and is available on PyPI.

Documentation

NOTE! Python distribution does not include JVM-core. You need to add it to your cluster or Spark-Connect server!

NOTE! GraphFrames depends on its own version of GraphX. While in case of installation from the Maven Central repository, all the runtime dependencies will be resolved automatically, you may need to add them manually in case of installation from the local repository.

Spark-Connect Note

GraphFrames PySpark is choosing connect or classic implementation implicitly based on the result of is_remote(). To enforce usage of connect-based implementation, you may export this variable SPARK_CONNECT_MODE_ENABLED=1