You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streamlist's dataframe cannot handle large dataframes, which is a known issue because of how they send data. See: streamlit/streamlit#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.
The text was updated successfully, but these errors were encountered:
Streamlist's dataframe cannot handle large dataframes, which is a known issue because of how they send data. See: streamlit/streamlit#517
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.The text was updated successfully, but these errors were encountered: