Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

st.dataframe cannot handle large dataframes #60

Open singjc opened 7 months ago

singjc commented 7 months ago

Streamlist's dataframe cannot handle large dataframes, which is a known issue because of how they send data. See: https://github.com/streamlit/streamlit/issues/517

ValueError: Message ForwardMsg exceeds maximum protobuf size of 2GB: 2763555001

Will need to add a widget in the sidebar to optionally download the full data, and only maximally show N rows of data when using st.dataframe to visually show data.