You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed if I format a column as '{:,.0f}', it treats the rendered column as strings instead of numbers, and sorting becomes a problem. For example "90,123" will be bigger than "100,999".