[FEA] Support concatenate_list_elements for list type #8164
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
non-breaking
Non-breaking change
Currently, we have
strings::concatenate_list_elements
to concatenate strings within each list (row) in a lists column. We also need the same functionality for list type (in particular, column of lists of lists). For example:The text was updated successfully, but these errors were encountered: