예제 #1
0
파일: graph.py 프로젝트: lewisc/spark-tk-1
 def graphframe(self):
     """The underlying graphframe object which exposes several methods and properties"""
     return _from_java_gf(self._scala.graphFrame(), self._tc.sql_context)
예제 #2
0
 def graphframe(self):
     """The underlying graphframe object which exposes several methods and properties"""
     return _from_java_gf(self._scala.graphFrame(), self._tc.sql_context)