import_csv
Import a graph from a CSV edge list with columns source and target. Optionally set directed to create directed or undirected graphs for analysis.
Instructions
Import graph from CSV edge list (format: source,target per line)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | ||
| csv_data | Yes | ||
| directed | No |