St.dataframe behaviour

Hell @ahairshi, thanks for reporting this issue. Unfortunately, only int64 and float64 types are currently actually resolved as numbers, which means that it gets right-aligned, and sorting works based on the numbers and not the string representation.

The best workaround at the moment is to change your values in the dataframe to int64 or float64.

2 Likes