You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .