News

This column represents sparse feature vector data to be used in an ML context. Call the number of rows "num_rows". My job is to transform this column to a 2D numpy array of shape ("num_rows" x ...
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 ...