Hi, On Mon, Aug 19, 2019 at 11:30 AM Kenta Murata <[email protected]> wrote:
> (3) Adding SparseCSCIndex > I'd be interested to help with (Python) part of this SparseCSCIndex. I’d appreciate any comments or suggestions. > I missed previous discussion, so this might have already been discussed, but did we ever consider adding fill value attribute? So parameter that sets the 'zero' value to some arbitrary value instead of zero if we need it. See fill_value here https://sparse.pydata.org/en/latest/generated/sparse.SparseArray.html?highlight=fill%20value#sparse.SparseArray.fill_value and here https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.SparseArray.html . Best, Rok
