Skip to content

ERR/BUG: df2.fillna(df1) should raise NotImplementedError #8377

Closed
@jreback

Description

@jreback

from SO

df2.fillna(df1) should be implemented by:

df2.where(df2.notnull(),df2,df1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolate

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions