Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
billletson opened this issue Oct 30, 2014 · 1 comment
Closed
Labels
API Design Deprecate Functionality to remove in pandas

Comments

@billletson
Copy link
Contributor

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.

@jreback jreback added this to the 0.16.0 milestone Oct 30, 2014
@jreback jreback added the Deprecate Functionality to remove in pandas label Oct 30, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@wesm wesm added the Won't Fix label Jul 6, 2018
@wesm
Copy link
Member

wesm commented Jul 6, 2018

The argument is now a flag expand and has a default value of false

@wesm wesm closed this as completed Jul 6, 2018
@datapythonista datapythonista modified the milestones: Contributions Welcome, Someday Jul 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Deprecate Functionality to remove in pandas
Projects
None yet
Development

No branches or pull requests

4 participants