-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
feature:st.dataframeRelated to the `st.dataframe` elementRelated to the `st.dataframe` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Description
See: https://discuss.streamlit.io/t/is-there-a-way-to-specify-column-width-for-dataframe-table/333
st.dataframe tries to be smart about column sizes, but often misses the mark — so users end up with dataframes that have truncated/ellipsized values.
On Jupyter, you can apply a width-modifying Styler to a dataframe like this: https://stackoverflow.com/a/39680725
We should add support for something like that in Streamlit.
noklam, MarcSkovMadsen, wearedatamarvels, JCui2017, drorata and 77 morehuamichaelchen, RaffalShafiei, cyrushhc and pminervinihuamichaelchen, ACatAC and imenbkr
Metadata
Metadata
Assignees
Labels
feature:st.dataframeRelated to the `st.dataframe` elementRelated to the `st.dataframe` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features