Hi,
I’m having a problem with Streamlit-pandas.
I followed the instructions on GitHub - wjbmattingly/streamlit-pandas, and I was able to successfully display the widgets in the sidebar. However, the input fields for some columns are not displayed.
I was able to make the “missing_column” column a multiselect by using the following code:
create_data = { "missing_column": "multiselect" }
I want to be able to specify conditions using a slider for the columns with integer data. Is there any way to do this?