I'm trying to output a decimal number that is saved in a pandas series object.
The number is 7.45. But when I output it it becomes 7.449999809265137. I need it to be 7.45. How do I access the exact number 7.45 and not a floating point value that approximates 7.45?
---series_data['High'] Symbols PIH 7.45 TPNL 0.75 TURN 2.05 Name: 2018-01-02 00:00:00, dtype: float64
--- series_data['High']['PIH'] 7.449999809265137