python show full number not scientific notation code example
Example: python suppress exponential notation
pd.set_option('display.float_format', lambda x: '%.3f' % x)
pd.set_option('display.float_format', lambda x: '%.3f' % x)