Hosted on Streamlit
Project Overview
Initially, the purpose of this dashboard was to help me track my car's fuel expenses. Now, I also use this app to estimate the cost of each trip I make with my car. The dashboard tracks my total spend on fuel, total distance travelled, amount of fuel purchased in litres, and my car's fuel economy.
The dashboard was built using Python with data stored on a private Google Sheets spreadsheet and the dashboard is hosted on Streamlit. The data was collected from Google Sheets using Shillelagh, a Python library that enables queries to datasets using SQL, and stored in a pandas dataframe for manipulation. Various streamlit components were used to present the data seen on the dashboard.