round function is inconsistent in rounding 2 decimal places
The code below is taken from my program. This block formats these float64 columns to 2 decimal places but rows 24-26 really won’t change.
round function is inconsistent in rounding 2 decimal places
I tried to search for a similar problem but I don’t see any that’s related to mine, since most that I see are more complex than mine.