streamlit-extras
streamlit-extras copied to clipboard
🐛 [BUG] - <title>dataframe_explorer bad filter
Description
When using dataframe_explorer when filtering text fields, an error is displayed if values with None are caught. In theory, I solved it using the code df["address"].fillna("no data", inplace=True) But if you select a numeric value (column) with a large number of None as the 2nd element of filtering, an error is displayed
StreamlitAPIException: Every Multiselect default value must exist in options
Traceback:
File "D:\Python\pythonstreamlit\main.py", line 49, in
Reproduction steps
Code for error (and csv)
https://github.com/Devvver/demoerror
Screenshots
Video problem
https://youtu.be/1eAIObZYupU
Logs
No response
Version of streamlit
last
Version of streamlit-extras
last