GraphFrames but in DataFusion

5 stars 1 forks 5 watchers Rust Apache License 2.0
datafusion graph-algorithms graphs
4 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub
help wanted

GraphFrames but in DataFusion

Rust
#datafusion#graph-algorithms#graphs

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.

Complexity: 2/5
enhancement good first issue

GraphFrames but in DataFusion

Rust
#datafusion#graph-algorithms#graphs

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.

Complexity: 2/5
enhancement good first issue

GraphFrames but in DataFusion

Rust
#datafusion#graph-algorithms#graphs

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.

Complexity: 2/5
enhancement good first issue

GraphFrames but in DataFusion

Rust
#datafusion#graph-algorithms#graphs