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?
Hey guys,
Thought the answer here here might help you !
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.