Change decimal separator in streamlit

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.