Skip to content

error: No overload variant of "fillna" of "Series" matches argument type "NAType" [call-overload] #263

Closed
@randolf-scholz

Description

@randolf-scholz
import pandas as pd
s = pd.Series([1.2, float('nan')])
s = s.fillna(pd.NA)
print(s)

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