Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve list builders, iteration and construction (#3419)
* list namespace to polars-ops * Improve list builders, iteration and construction - Greatly improves performance of the list builders by: jorgecarleitao/arrow2#991 - List builders now also support nested dtypes like List and Struct - Python DataFrame and Series constructor now support better nested dtype construction * fix tests and fix struct::agg_list
- Loading branch information