Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DataFrame.to_csv ignores some formatting parameters for float indexes #11553
Comments
jreback
added Indexing Output-Formatting API Design
labels
Nov 8, 2015
jreback
added this to the
Next Major Release
milestone
Nov 8, 2015
jreback
added Difficulty Novice Effort Low
labels
Nov 8, 2015
nbonnotte
referenced
this issue
Nov 9, 2015
Closed
BUG: multi-index to_native_types is not passing thru parameters #11551
|
And there's |
|
This is insignificant, but since I've found the place where it happens, I'll correct that as well. |
nbonnotte
referenced
this issue
Nov 23, 2015
Merged
API: DataFrame.to_csv formatting parameters for float indexes #11681
jreback
modified the milestone: 0.18.0, Next Major Release
Nov 29, 2015
nbonnotte
pushed a commit
to nbonnotte/pandas
that referenced
this issue
Dec 27, 2015
|
|
9302811
|
|
Fixed by #11681 |
nbonnotte
closed this
Dec 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nbonnotte commentedNov 8, 2015
xref #11551
Parameter
float_formatanddecimaloptions are ignored in an Index, but work in the data itself.and
I'll do a PR, soon I hope :)