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.14
conda install pandas
conda install numpy
conda install -c conda-forge schedule
conda install -c conda-forge streamlit
conda install -c conda-forge streamlit-folium
conda install -c conda-forge folium
conda install -c plotly plotly=5.16.1