Build reliable AI and agentic applications with DataFrames

agents ai arrow dataframe-library dataframes duckdb elt etl llm orchestration polars pyspark python rust
2 Open Issues Need Help Last updated: Jul 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a `count_distinct` aggregate function in the Fenic DataFrame library. This involves creating a new expression class, extending the expression transpiler to handle it (converting to a Polars expression), adding a user-facing API function, and writing unit tests.

Complexity: 4/5
good first issue python

Build reliable AI and agentic applications with DataFrames

Python
#agents#ai#arrow#dataframe-library#dataframes#duckdb#elt#etl#llm#orchestration#polars#pyspark#python#rust

AI Summary: The task involves adding support for the PySpark `array_join` function to the Fenic DataFrame library. This requires creating a new expression class, implementing transpilation logic to Polars, exposing a user-facing API function, and writing unit tests. The implementation needs to handle null values gracefully, potentially requiring the composition of multiple Polars expressions.

Complexity: 4/5
good first issue python

Build reliable AI and agentic applications with DataFrames

Python
#agents#ai#arrow#dataframe-library#dataframes#duckdb#elt#etl#llm#orchestration#polars#pyspark#python#rust