Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

st.dataframe cannot handle large dataframes #60

Open
singjc opened this issue Dec 27, 2023 · 0 comments
Open

st.dataframe cannot handle large dataframes #60

singjc opened this issue Dec 27, 2023 · 0 comments

Comments

@singjc
Copy link
Collaborator

singjc commented Dec 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant