DataFrame.to_csv ignores some formatting parameters for float indexes #11553
Labels
API Design
Indexing
Related to indexing on series/frames, not to indexes themselves
Output-Formatting
__repr__ of pandas objects, to_string
Milestone
xref #11551
Parameter
float_format
anddecimal
options are ignored in an Index, but work in the data itself.and
I'll do a PR, soon I hope :)
The text was updated successfully, but these errors were encountered: