The purpose of this project was create an online multi-page dashboard for data analysis and visualizaion using Streamlit.
NOTE: Sensitive data has been replaced with random numbers using NumPy.
Scripts are comatable with Python 3.9.14+, Pandas 2.0+, NumPy 1.24+, Biopython 1.80+, Schedule 1.2+, , Streamlit 1.25+, Folium 0.14+, Streamlit-Folium 0.13+, Plotly 5.16.1.
conda create -n env_name python=3.9.14conda install pandasconda install numpyconda install -c conda-forge scheduleconda install -c conda-forge streamlitconda install -c conda-forge streamlit-foliumconda install -c conda-forge foliumconda install -c plotly plotly=5.16.1