-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
If you have a styled ```df = pandas.DataFrame().style```, you can pass it as ```sdf = solara.DataFrame(df.data)``` but you loose the styling that was applied to df. So if columns were hidden by the st…
-
Hello everyone,
First off, I just wanted to say how wonderful is Streamlit as a tool. It makes my life a lot easier.
### Problem
However, I encountered a slight drawback using `st.dataframe`. I…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
### Description / Summary
when i rendered my jupyter book with the pdflatex output, i got really nice pdfs.
Unfortunately if i the dataframe styler, it looked nice on html, and pdfhtml but for pdfla…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
I would really like to have Column visibility work for tables with index columns. Index columns allow for nice formatting using background colors and Pandas styler.
-
My code below:
```
from itables import init_notebook_mode
import itables.options as it_opt
init_notebook_mode(all_interactive=True)
it_opt.paging = False
it_opt.scrollY = "…
-
I noticed this by messing up the callback signature, but when I fixed the problem, the error kept happening.
Example setup:
```py
df = pd.DataFrame([[1, 2], [3, 4]], columns=["A", "B"])
st = df.…