Release Date: Jul 22, 2021
Highlights
- Streamlit now uses Apache Arrow for serializing data frames when they are sent from Streamlit server to the front end. See our blog post
- (Users who wish to continue using the legacy data frame serialization can do so by setting the
dataFrameSerialization
config option to"legacy"
in theirconfig.toml
)
- (Users who wish to continue using the legacy data frame serialization can do so by setting the
Other Changes