edges |
table |
A table that contains the edges data. |
yes |
|
source_column |
string |
The name of the source column name in the edges table. |
no |
|
target_column |
string |
The name of the target column name in the edges table. |
no |
|
edges_column_map |
dict |
An optional map of original column name to desired. |
no |
|
nodes |
table |
A table that contains the nodes data. |
no |
|
id_column |
string |
The name (before any potential column mapping) of the node-table column that contains the node identifier (used in the edges table). |
no |
|
label_column |
string |
The name of a column that contains the node label (before any potential column name mapping). If not specified, the value of the id value will be used as label. |
no |
|
nodes_column_map |
dict |
An optional map of original column name to desired. |
no |
|