Skip to content

Fix Series.astype() to return a Series[type] dependent on argument #372

Closed
@Dr-Irv

Description

@Dr-Irv

Deprecations in 1.5 on Series.astype() revealed that we have to work on that method.

See #227 (comment)

Ideally, things like s.astype(int) and s.astype("int") would both return Series[int] . Have to deal with each of the possible types, as well as the possible strings.

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