You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/python-client/graph-object.adoc
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -180,16 +180,14 @@ gds.graph.drop(G) # same as G.drop()
180
180
181
181
==== Streaming properties
182
182
183
-
The calls xref:graph-catalog-node-ops.adoc#catalog-graph-stream-node-properties-example[`gds.graph.streamNodeProperties`] and xref:graph-catalog-relationship-ops.adoc#catalog-graph-stream-relationship-properties-example[`gds.graph.streamRelationshipProperties`] have additional functionality in the client.
are greatly sped up if xref::installation/installation-apache-arrow.adoc[Arrow Flight Server] of GDS is enabled.
187
191
188
-
Setting the client only optional keyword parameter `separate_property_columns=True` (it defaults to `False`) for `gds.graph.streamNodeProperties` and `gds.graph.streamRelationshipProperties` returns a pandas `DataFrame` in which each property requested has its own column.
192
+
Additionally, setting the client only optional keyword parameter `separate_property_columns=True` (it defaults to `False`) for `gds.graph.streamNodeProperties` and `gds.graph.streamRelationshipProperties` returns a pandas `DataFrame` in which each property requested has its own column.
189
193
Note that this is different from the default behavior for which there would only be one column called `propertyValue` that contains all properties requested interleaved for each node or relationship.
190
-
191
-
192
-
[.enterprise-edition]
193
-
===== Arrow flight server support
194
-
195
-
If the xref::installation/installation-apache-arrow.adoc[Arrow Flight Server] of GDS is enabled, the client `gds.graph.streamNodeProperties` and `gds.graph.streamRelationshipProperties` calls are greatly sped up.
0 commit comments