arbeitsgruppe-digitale-altnordistik / Sammlung-Toole

A new look on Handrit.is data
https://arbeitsgruppe-digitale-altnordistik.github.io/Sammlung-Toole/
MIT License
0 stars 0 forks source link

Re-enable Apache Arrow #53

Closed BalduinLandolt closed 1 year ago

BalduinLandolt commented 3 years ago

The latest version of streamlit uses Apache Arrow for serializing dataframes.

When upgrading streamlit, I got a ArrowError, so I disabled Arrow, according to this post: https://github.com/arbeitsgruppe-digitale-altnordistik/Sammlung-Toole/blob/5f838bf55150934e4995d61fb24146e0755fbae9/.streamlit/config.toml#L2

Eventually, we should figure out the issue and bring arrow back, as it would perform a lot better than the legacy serialization.

BalduinLandolt commented 2 years ago

no idea, if that still requires work, or if it has been resolved sometime during the last 10 version bumps of streamlit. We should check, though

BalduinLandolt commented 1 year ago

resolved by #129