suppress scientific notation in Pandas

PHOTO EMBED

Wed Feb 09 2022 00:16:39 GMT+0000 (Coordinated Universal Time)

Saved by @Milados

pd.set_option('display.float_format', lambda x: '%.2f' % x)
content_copyCOPY

http://localhost:8888/notebooks/Untitled.ipynb