I’ve a question regarding using streamlit. I have a python notebook created for analyzing some citizen science data for one particular city. I want to replicate the same kind of analysis for different cities. Example, load the data, clean data, do the basic statistical analysis and machine learning models etc. I want to automate this functions so people can do the same task without coding. Is steamlit suitable for this ? Thanks
I’ve a question regarding using streamlit. I have a python notebook created for analyzing some citizen science data for one particular city. I want to replicate the same kind of analysis for different cities. Example, load the data, clean data, do the basic statistical analysis and machine learning models etc.
I want to automate this functions so people can do the same task without coding. Is steamlit suitable for this ? Thanks
This should work:
idx = data().index[data()['dataset_id'] == selected_data]
title_data = data().at[idx[0], 'title']
☁️
☁
P𝐫O𝕞O𝓢m 👍
☁️
☁