-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Incorrect float format in object column #35603
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
Labels
good first issue
Needs Tests
Unit test(s) needed to prevent regressions
Output-Formatting
__repr__ of pandas objects, to_string
Milestone
Comments
3 tasks
Fixed on master, but could probably use a test |
I can try making one. |
take |
mdhsieh
added a commit
to mdhsieh/pandas
that referenced
this issue
May 25, 2021
4 tasks
mdhsieh
added a commit
to mdhsieh/pandas
that referenced
this issue
May 26, 2021
Checks if series representation matches expected String.
jreback
pushed a commit
that referenced
this issue
May 27, 2021
TLouf
pushed a commit
to TLouf/pandas
that referenced
this issue
Jun 1, 2021
JulianWgs
pushed a commit
to JulianWgs/pandas
that referenced
this issue
Jul 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Needs Tests
Unit test(s) needed to prevent regressions
Output-Formatting
__repr__ of pandas objects, to_string
from #35580 (comment)
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
Problem description
[this should explain why the current behaviour is a problem and why the expected output is a better solution]
Expected Output
Output of
pd.show_versions()
[paste the output of
pd.show_versions()
here leaving a blank line after the details tag]The text was updated successfully, but these errors were encountered: