Skip to content

API: change default return_type of Series.str.split from series to frame #8677

@billletson

Description

@billletson

The result_type argument of Series.str.split has a default value of 'series' for compatibility purposes. This should be deprecated in favor of the default 'frame'.

See issue #8428 , PR #8663 for introduction of the argument and discussion of default value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions