GraphCreateResult¶
- class graphdatascience.graph.graph_create_result.GraphCreateResult¶
A result object returned by endpoints which create graphs.
- static __new__(_cls, graph: Graph, result: Series[Any])¶
Create new instance of GraphCreateResult(graph, result)
- Parameters:
graph (Graph)
result (Series[Any])
- count(value, /)¶
Return number of occurrences of value.
- index(value, start=0, stop=9223372036854775807, /)¶
Return first index of value.
Raises ValueError if the value is not present.
- result: Series[Any]¶
Alias for field number 1