I have a pandas dataframe with positive and negative numbers that I want to display via pandastable.
Positive numbers are displayed in decimal format, e.g. 1500.00, but negative numbers are displayed in scientific notation. All numbers in the underlying dataframe are rounded to 2 decimal places and displayed correctly when shown in the console. What could be the issue?
I tried setting display.float_format for pandas, but the table will not change.
New contributor
redd redd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.