cudf icon indicating copy to clipboard operation
cudf copied to clipboard

[FEA] Support for `cudf.SparseDtype` and sparse array

Open galipremsagar opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. This is a feature request for sparse type and sparse column in cudf, these are the pandas counter parts:

https://pandas.pydata.org/docs/reference/api/pandas.arrays.SparseArray.html https://pandas.pydata.org/docs/reference/api/pandas.SparseDtype.html

galipremsagar avatar Jul 22 '24 16:07 galipremsagar

I would second this request. It's biting me right now on a project where the sparse representation is the only way to maintain all of the data in memory.

wbuchanan avatar Aug 26 '24 18:08 wbuchanan