Implement/Expose List/Array "builder" or "cast"er similar to pa.LargeListArray.from_arrays
with expressions as inputs
#17578
Labels
A-dtype-list/array
Area: list/array data type
enhancement
New feature or an improvement of an existing feature
performance
Performance issues or improvements
Description
This was inspired by this SO question
Here's a simpler example, imagine we have two list columns and we want to add them
One approach is
but the
over
is really unnecessary. We can use pyarrow to do this insteadPerformance
So this is half the time.
The text was updated successfully, but these errors were encountered: