G-Research/spark-dgraph-connector

Add support for GraphFrames and GraphX to PySpark API

Opened this issue · 0 comments

In #144 we have seen that using the connector with GraphFrames in PySpark needs quite a bit of code, where in scala it is a single line of code. Add spark.read.dgraph.graphframes to PySpark as it exists in Scala. Do the same for GraphX.