FuelMileage Dashboard

Hosted on Streamlit

Fuel dashboard project image.

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.

A snapshot of fuel mileage dashboard.
Fig 1: An snapshot of the dashboard used to track fuel expenses.

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.

View dashboard