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.
mberson/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
HaskellApache-2.0