Skip to content

feat: add adjacancy list view #8

@SemyonSinchenko

Description

@SemyonSinchenko

It will be required for any Random Walks implementations as well as it is just nice to have.

From GraphFrame { vertices, edges } to DataFrame:

id neighbors
1 [2, 3,]
2 [1,]
3 [1, 2,]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions