John Lyu
John Lyu
Thanks for reply! Does pandas already milestone similar functions?
superset-worker continuous OOM at `4.1.0rc2-py310` with 4Gi memory.
Yes, I think it is possible. But it will cause some side effect beyond your use case so I do not implement it. If a button can remember it's states,...
See here https://github.com/PaleNeutron/streamlit-ext/issues/8
It already support these files. ```python import streamlit as st import streamlit_ext as ste with open("abc.pdf", "rb") as f: content = f.read() ste.download_button("Download", content, "hello.pdf") ```
Just use it in `with col1:` block. refer https://docs.streamlit.io/library/api-reference/layout/st.columns
Does `table_conversion='playwright'` works? I can not track every Chrome change, if `playwright` works then I'll check if this error still exist in next chrome version.
> hi I believe I have the same issue the fix for this is to change --headless to --headless=old in converter/browser/chrome_converter.py line 118 > > found out about the fix...
Fixed in https://github.com/dexplo/dataframe_image/releases/tag/v0.2.5
I have set `--headless='new'` but reverse this change for some reason I forget. See commit 951e99c640d0e2f107e0d4818b100bd83da0a3da and https://github.com/dexplo/dataframe_image/issues/115