Open Issues Need Help
View All on GitHub Add support for `count_distinct` aggregate function about 4 hours ago
good first issue python
typedef-ai/fenic
128
Build reliable AI and agentic applications with DataFrames
Python
#agents#ai#arrow#dataframe-library#dataframes#duckdb#elt#etl#llm#orchestration#polars#pyspark#python#rust
Add support for `array_join` scalar function 9 months ago
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
typedef-ai/fenic
128
Build reliable AI and agentic applications with DataFrames
Python
#agents#ai#arrow#dataframe-library#dataframes#duckdb#elt#etl#llm#orchestration#polars#pyspark#python#rust