-1

I'm trying to visualize a salary column from a dataframe but the numbers display in scientific notation instead of normal numbers. These numbers are in the tens of millions and the column is of type int64.

I've tried googling and searching stackoverflow, I also tried

pd.set_option('display.float_format', '{:20.2f}'.format)

but it didn't work, and also my column isn't a float, it's int.

R.Harg
  • 1
  • 1

0 Answers0