Daft icon indicating copy to clipboard operation
Daft copied to clipboard

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

Open MisterKloudy opened this issue 4 months ago • 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.

MisterKloudy avatar Sep 27 '24 15:09 MisterKloudy