Skip to content

BUG: display.precision of negative complex numbers #27511

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

Merged
merged 4 commits into from
Jul 25, 2019

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke added Bug Complex Complex Numbers Output-Formatting __repr__ of pandas objects, to_string labels Jul 22, 2019
@mroeschke mroeschke added this to the 0.25.1 milestone Jul 22, 2019
@@ -56,7 +56,7 @@ Timezones

Numeric
^^^^^^^
-
- Bug in :class:`format` in which negative floating point complex numbers would raise an ``IndexError`` (:issue:`27484`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the right class?

@jbrockmendel
Copy link
Member

LGTM

@jreback
Copy link
Contributor

jreback commented Jul 23, 2019

lgtm. going to see if I can fix the CI on 0.25.1 first.

@jreback
Copy link
Contributor

jreback commented Jul 24, 2019

can you rebase this @mroeschke

@mroeschke
Copy link
Member Author

Rebased and green.

@WillAyd WillAyd merged commit ba31de3 into pandas-dev:master Jul 25, 2019
@WillAyd
Copy link
Member

WillAyd commented Jul 25, 2019

Thanks @mroeschke

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

Successfully merging this pull request may close these issues.

IndexError in repr of series objects containing complex numbers with negative imaginary parts
4 participants