/relation_to_edges

Process a CSV representing a relation, taking one column as IDs, and returning the edges between IDs as described by the other columns

Primary LanguageHaskellApache License 2.0Apache-2.0

relation_to_edges

Process a CSV representing a relation, taking one column as IDs. Return a new relation consisting of the pairs IDs that share a value in the other columns.