I have a DataFrame in pandas where some of the numbers are expressed in scientific notation (or exponent notation) like this:
id val
quick temporary: df.round(4)
df.round(4)
global: pd.options.display.float_format = '{:20,.2f}'.format
pd.options.display.float_format = '{:20,.2f}'.format