ethanfuerst / mpg-dashboard

analyzing my mpg data using Dash and Plotly Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpg-dashboard

My mission for this project is to build a dashboard using Plotly and Dash that will showcase the miles per gallon data from my car. Each time I fill up my car I record the miles I have driven since I last filled up, the gallons of gas I'm putting in my car, the price of the gas, and the date. With just this data, I'm able to create a lot of cool insights!

Here is a link to the dashboard for this project

Files in this repository

app.py - my mpg dashboard

mpg_data.py - pulls and formats data from google sheet

mpg_data.csv - mpg data

Procfile, requirements.txt - other files needed for app.py to run with Heroku

push_heroku_changes.sh - shell script to updated dashboard changes in Heroku

About

analyzing my mpg data using Dash and Plotly Dashboard

License:MIT License


Languages

Language:Python 99.2%Language:Shell 0.6%Language:Procfile 0.1%