News

Hello, I have a very large dataset (10's of millions of rows) stored on a partitioned parquet dataset on disk. I load this dataset into memory into a pyarrow.Table, and drop all columns except one, ...
Issue description When trying to extract a column of type pl.Array into a numpy array, the output is transposed. Intuitively, one might expect that each pl.Array in each row of the dataframe would ...