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
I want to have thousands separators in Excel, but when I pass float_format="%,.2f" in I get an unsupported character error. I also tried "{0:,}". Am I missing something or is this unsupported?