Similar to Python's str.join
For example, if the separator were "-", this takes input:
ListArray<list<item: string>>
[
["foo","bar"],
["push","pop"]
]
and returns output:
Array<string>
[
"foo-bar",
"push-pop"
]
Reporter: Maarten Breddels / @maartenbreddels
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-10959. Please see the migration documentation for further details.
Similar to Python's str.join
For example, if the separator were
"-", this takes input:and returns output:
Reporter: Maarten Breddels / @maartenbreddels
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-10959. Please see the migration documentation for further details.