Hi!!
Is there a way to change the decimal separator in streamlit? can anybody help me?
The decimal separator is by . and I want to exchange for ,
Hi!!
Is there a way to change the decimal separator in streamlit? can anybody help me?
The decimal separator is by . and I want to exchange for ,
Hi @pastoril ,
it depends on the widget that you’re using but typically there’s a format parameter that you can use to format it to ,
instead of .
Here is some example documentation where the format parameter is used:
Hi @willhuang,
Thank you very much for your feedback.
I’m wanting to visualize a pivot_table using st.dataframe(). Decimal numbers are separated by a comma.
In another case, I’m wanting to visualize the values ​​in a st.metric() and the same thing happens.
Can you give me some example code that you’re working with, what you currently have, and what you want?