MCPcopy Create free account
hub / github.com/alibaba/GraphScope / to_dataframe

Method to_dataframe

python/graphscope/framework/context.py:663–667  ·  view source on GitHub ↗
(self, selector, vertex_range=None)

Source from the content-addressed store, hash-verified

661 )
662
663 def to_dataframe(self, selector, vertex_range=None):
664 self._check_unmodified()
665 return self._session._wrapper(
666 self._context_node.to_dataframe(selector, vertex_range)
667 )
668
669 def to_vineyard_tensor(self, selector=None, vertex_range=None, axis=0):
670 self._check_unmodified()

Callers 1

output_to_clientMethod · 0.95

Calls 2

_check_unmodifiedMethod · 0.95
_wrapperMethod · 0.80

Tested by

no test coverage detected