Change negative number display of pandastable from scientific to decimal
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?