Open Issues Need Help
View All on GitHubGraphFrames but in DataFusion
AI Summary: This enhancement requests the implementation of a triplets representation for the graph data structure. It is labeled as a good first issue, suggesting it's suitable for new contributors.
GraphFrames but in DataFusion
AI Summary: This issue proposes adding a new feature to create a `GraphFrame` object directly from a provided list of edges. It is labeled as an enhancement and a good first issue, suggesting it's a relatively straightforward task.
GraphFrames but in DataFusion
AI Summary: This issue proposes adding a new feature to generate an adjacency list view from an existing `GraphFrame` object. The goal is to transform the `vertices` and `edges` DataFrames into a new DataFrame format, where each row represents a vertex ID and lists its direct neighbors as an array. This view is intended to facilitate implementations like Random Walks and enhance general usability.
GraphFrames but in DataFusion