PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
1.06k stars 202 forks source link

Support styled DataFrames #42

Closed avibrazil closed 2 years ago

avibrazil commented 3 years ago

Currently it fails with AttributeError: 'Styler' object has no attribute 'dtypes'.

More about Pandas Styler objects: https://pandas.pydata.org/docs/user_guide/style.html

PablocFonseca commented 2 years ago

Translating pandas style to AgGrids css is not a simple task. I don't even know how to start it =/ ... @ljnsn recently introduced Custom CSS, which may be a better approach.

ViktorooReps commented 2 years ago

too bad, would have gotten use out of this functionality