Skip to content

to_csv locale dependent float_format #11812

@Winand

Description

@Winand

Python (3.4) doesn't support "%n"%9.0, have to use "{:n}".format(9.0) instead.
But pandas (0.17.0) to_native_types uses 1st type of string formatting, so locale dependent format cannot be used with to_csv .

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions