ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
5.33k stars 599 forks source link

feat(export): implement the `Column.to_list()` API #10498

Closed deepyaman closed 3 days ago

deepyaman commented 1 week ago

Description of changes

Implement Column.to_list() convenience method to avoid having to do Column.to_pyarrow().to_pylist() manually.

Issues closed

deepyaman commented 1 week ago

~PySpark 3.3 issue is unrelated.~