dataframe-api icon indicating copy to clipboard operation
dataframe-api copied to clipboard

[protocol] Column and ColumnChunk should be separate?

Open pitrou opened this issue 2 years ago • 0 comments

The fact that a Column is a sequence of Columns will probably be confusing in practice. Also, the get_buffers method does not appear well-defined on a chunked column.

pitrou avatar Sep 05 '23 09:09 pitrou