Skip to content

Leading space in to_string(index=False), #11833 #11942

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

Closed
wants to merge 2 commits into from

Conversation

Vutsuak16
Copy link
Contributor

closes #11833

I had to create a new PR , due to unresolved conflicts
Just look at the third commit , it is all squashed , ignore the rest

I don't get it why the travis build is not being executed for the third commit, it fails for its parent(the first commit) , but would pass for itself , as it is an updated version of its parent and the bug in the parent in tackled

I even checked for the merge-ability of the third commit , it merges with the branch. Still the travis build is not being executed

@jreback

unit test for Series.head(0), Series.tail(0)

fixed breaking unit tests on Series.head(0)/Series.tail(0)

removed unnecessary length checks

added documentation

mention series in API docs
@jreback
Copy link
Contributor

jreback commented Jan 2, 2016

this still needs to be squashed. pls don't open another PR. you can simply do it in the same PR. The instructions are here. Pls ask if you are having trouble.

@jreback jreback added the Output-Formatting __repr__ of pandas objects, to_string label Jan 2, 2016
@jreback jreback added this to the 0.18.0 milestone Jan 2, 2016
@jreback jreback changed the title issue-11833 solved , docs updated as well Leading space in to_string(index=False), #11833 Jan 2, 2016
modifies test_format

squashed
@jreback
Copy link
Contributor

jreback commented Jan 3, 2016

merged via bc0a166

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Leading space in to_string(index=False)
2 participants