Observations: 8
Variables: 3
$ src  <list> [["a", "Alice", 34], ["b", "Bob", 36], ["c", "Charlie", 30], ...
$ edge <list> [["a", "b", "friend"], ["b", "c", "follow"], ["c", "b", "foll...
$ dst  <list> [["b", "Bob", 36], ["c", "Charlie", 30], ["b", "Bob", 36], ["...
