You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pandas Styler cell limit error for large datasets
Added conditional styling logic to avoid StreamlitAPIException when
dataframes exceed 262,144 cells (pandas styler limit). Now only applies
color styling to Grade column when dataset is small enough (< 100K cells).
For large datasets, displays plain dataframe with info message.
Fixes error when loading All organizations (38,995+ records).
0 commit comments