Eventual-Inc/Daft

Allowing GroupedDataFrame.agg_concat to also take in a delimiter like Expression.list.join

Opened this issue · 0 comments

Currently agg_concat simply combines the strings without a delimiter so the alternative would be to first collect it as agg_list then do list.join with a delimiter but it would be easier to have agg_concat with a delimiter option.