Format / Suppress Scientific Notation from Python Pandas Aggregation Results
pd.set_option('display.float_format', lambda x: '%.3f' % x)
Format / Suppress Scientific Notation from Python Pandas Aggregation Results
pd.set_option('display.float_format', lambda x: '%.3f' % x)