Create a 'network_data' instance from one or two tables.
This module needs at least one table as input, providing the edges of the resulting network data set.
If no further table is created, basic node information will be automatically created by using unique values from the edges source and target columns.
If no source_column_name (and/or target_column_name ) is provided, kiara will try to auto-detect the most likely of the existing columns to use. If that is not possible, an error will be raised.
|