'Can I perform mathematical operations on comma-separated numbers?
I have this column in a streamlit dataframe, which is able to sort numeric values. I also want to add commas to the values so that it's more readable. However, when I do this it converts the column values to string format and so the column isn't able to sort the values properly. Is there any way I can keep the commas in the numbers while being able to sort them in streamlit as well?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
