Skip to content

fillna bug #57

Closed
Closed
@jiangs

Description

@jiangs

ser=Series([np.nan,1,2],index=range(3))
ser.fillna(method='backfill')

GIVES

ValueError: unknown dtype code in numpy.pxd (0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions