Address dashboard performance when using large files #70
Labels
backend
Related to the business logic of the tool
optimisation
Improvements in the performance of the code
The streamlit dashboard has a 200mb file size limit. Approaching these sizes slows the dashboard down significantly and sometimes results in a complete failure to display a plot:
This should be addressed with smarter storage of data, including only the necessary number of significant figures.
The text was updated successfully, but these errors were encountered: