Skip to content

BUG: Series.min() fails for string series containing None #4006

@miketkelly

Description

@miketkelly
>>> s = pd.Series([None, 'a', 'b'])
>>> s
0    None
1       a
2       b
dtype: object
>>> s.min()
inf

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugDtype ConversionsUnexpected or buggy dtype conversionsStringsString extension data type and string data

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions