Closed deepyaman closed 3 days ago
Implement Column.to_list() convenience method to avoid having to do Column.to_pyarrow().to_pylist() manually.
Column.to_list()
Column.to_pyarrow().to_pylist()
~PySpark 3.3 issue is unrelated.~
Description of changes
Implement
Column.to_list()
convenience method to avoid having to doColumn.to_pyarrow().to_pylist()
manually.Issues closed