Using Streamlit upgraded version

Added Global dataframeserialization == legacy to toml file. When I host the app from share.streamlit.io seems like toml file is not getting read because it is still trying to convert Str to int64 and conversion failed error is persistent

Hey @Deepansh_Soni,

do you have more information on your folder structure in the repo? Where did you put the config file? And have you used the correct casing (dataFrameSerialization)? There is no known issue with our config or using this config option.

Also, as mentioned here, we have implemented a few fixes on the problem with the arrow serialization which will be released with the upcoming version (1.14). I assume this will resolve your problem with arrow, so you don’t have to use legacy serialization anymore.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.