Design Principles and Presenting Results with Streamlit
When discussing how to present your results, few things are more ubiquitous than the trusty dashboard. A dashboard is, at its simplest, a screen that attempts to condense key metrics and KPIs in an easy and intuitive way, to allow for easy digestion of numerical information. We call them dashboards because, just like in a car, the key factor is to display only the fundamental and critical information needed by the user. It can provide a home screen for critical information, be it strategic or operational in nature.
In this chapter, we will go over the types of dashboards and their design principles, how to design good metrics and dimensions, and an example of using Streamlit to build a small dashboard. Specifically, we will cover the following topics:
- Types of dashboards and their design
- Generating effective...