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

BUG: split should respect maxsplit when no pat is given #6467

Merged
merged 1 commit into from
Feb 24, 2014
Merged

BUG: split should respect maxsplit when no pat is given #6467

merged 1 commit into from
Feb 24, 2014

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Feb 24, 2014

closes #6466

@cpcloud cpcloud self-assigned this Feb 24, 2014
@cpcloud cpcloud added this to the 0.14.0 milestone Feb 24, 2014
cpcloud added a commit that referenced this pull request Feb 24, 2014
BUG: split should respect maxsplit when no pat is given
@cpcloud cpcloud merged commit 27a7f94 into pandas-dev:master Feb 24, 2014
@cpcloud cpcloud deleted the str-pat-n-fix-6466 branch February 24, 2014 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Strings String extension data type and string data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

str.split ignores n if pat is None
1 participant