Daft
Daft copied to clipboard
Allowing GroupedDataFrame.agg_concat to also take in a delimiter like Expression.list.join
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.