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
In [1]: pd.describe_option('float_format')
display.float_format : callable
The callable should accept a floating point number and return
a string with the desired format of the number. This is used
in some places like SeriesFormatter.
See core.format.EngFormatter for an example.
[default: None] [currently: None]
This should raise
In [2]: pd.set_option('float_format','%.1f')
The text was updated successfully, but these errors were encountered:
#12704 (comment)
This should raise
The text was updated successfully, but these errors were encountered: