Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Janderson/fc729b5d842f9c4653b908c2623c3a7a to your computer and use it in GitHub Desktop.

Select an option

Save Janderson/fc729b5d842f9c4653b908c2623c3a7a to your computer and use it in GitHub Desktop.
remove scientific notation on pandas
import pandas as pd
pd.options.display.float_format = '{:,.2f}'.format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment