File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ The ``from_dfs`` method takes two mandatory positional parameters:
2424
2525* A Pandas ``DataFrame ``, or iterable (eg. list) of DataFrames representing the nodes of the graph.
2626 The rows of the DataFrame(s) should represent the individual nodes, and the columns should represent the node
27- IDs and properties. The columns map directly to fields on :doc: `Nodes <./api-reference/node >`, and as such
27+ IDs and properties. The columns map directly to fields of :doc: `Node <./api-reference/node >`, and as such
2828 should follow the same naming conventions.
2929* A Pandas ``DataFrame ``, or iterable (eg. list) of DataFrames representing the relationships of the graph.
3030 The rows of the DataFrame(s) should represent the individual relationships, and the columns should represent the
31- relationship IDs and properties. The columns map directly to fields on
32- :doc: `Relationships <./api-reference/relationship >`, and as such should follow the same naming conventions.
31+ relationship IDs and properties. The columns map directly to fields of
32+ :doc: `Relationship <./api-reference/relationship >`, and as such should follow the same naming conventions.
3333
3434``from_dfs `` also takes an optional property, ``node_radius_min_max ``, can be used (and is used by default) to scale
3535the node sizes for the visualization.
You can’t perform that action at this time.
0 commit comments