christopherjeon / motortrenddash

A Dash app that directly compares 10 car models under a specific variable and presents this on a graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motor Trend Dash App

This is a Dash app that presents the comparison of 10 cars under the following categories:

  • Miles Per Gallon
  • Number of Cylinders
  • Displacement
  • Gross Horsepower
  • Rear Axle Ratio

The user can choose whichever category by navigating through the dropdown menu. Clicking on a particular variable will yield its proper results.

This app retrieves information from the mtcars.tsv file.

Getting Started

Download the .zip file, which contains:

  • app.py
  • mtcars.tsv

Open each file to examine its contents and comments in the code.

Running The Script

In order to access the single-page application, open up Terminal and make sure to change the working directory to exactly where you saved this folder:

  • Run python app.py on Terminal
  • Your app will be accesible on any web browswer at the address: 127.0.0.1:8050

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Chris Jeon

About

A Dash app that directly compares 10 car models under a specific variable and presents this on a graph.


Languages

Language:Python 100.0%