Skip to content

[ENH]: Support pandas.NA #22126

Open
Open
@randolf-scholz

Description

@randolf-scholz

Problem

Since a while now, pandas is moving towards better support for data with missing values: https://pandas.pydata.org/pandas-docs/stable/user_guide/missing_data.html

In particular, they introduced nullable data types:

which are all based on pandas.NA. Because missing values are becoming more and more important to handle, we see other projects supporting this feature as well, for example

Proposed solution

Matplotlib should detect pandas.NA and treat it like a missing value. (e.g. like numpy.nan)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions