Skip to content

SparseSeries.dropna() returns "NaN"s for values #730

Closed
@rowanu

Description

@rowanu

A SparseSeries object I have called ".dropna()" on will output the indexes which are not NaN (which is correct), but shows "NaN" in the value column.

If I run SparseSeries.to_dense().dropna() I get the expected output ie. non-NaN indexes and their values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions