From 0be4bf6b5a16fb396b0d88a0e0209bc1e1407146 Mon Sep 17 00:00:00 2001 From: Brian Shi Date: Wed, 17 Jan 2024 12:26:18 +0000 Subject: [PATCH] Fix gds.graph.nodeProperties.stream refdoc --- doc/sphinx/source/graph.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/source/graph.rst b/doc/sphinx/source/graph.rst index 00389b7e3..5783d4e5d 100644 --- a/doc/sphinx/source/graph.rst +++ b/doc/sphinx/source/graph.rst @@ -128,7 +128,7 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g Removes node properties from a projected graph. -.. py:function:: gds.graph.nodeProperties.stream(G: Graph,relationship_properties: List[str],relationship_types: Strings = ["*"],separate_property_columns: bool = False, db_node_properties: List[str] = [], **config: Any,) -> DataFrame +.. py:function:: gds.graph.nodeProperties.stream(G: Graph,node_properties: List[str],node_labels: Strings = ["*"],separate_property_columns: bool = False, db_node_properties: List[str] = [], **config: Any,) -> DataFrame Streams the given node properties.