1
2
3
4
5
#

Name:

Description:

Fueleconomy.gov, the official US government source for fuel economy information, allows users to share gas mileage information on their vehicles. These data come from 19 users sharing gas mileage on their 2017 Toyota Prius Prime. Note that these data are user estimates and since the sources data cannot be verified, the accuracy of these estimates are not guaranteed.

Variables:

  • average_mpg - Average mileage as estimated by the user.

  • state - US State the user lives in.

  • stop_and_go - Proportion of stop and go driving.

  • highway - roportion of highway driving.

  • last_updated - Date estimate was last updated.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Fueleconomy.gov, https://www.fueleconomy.gov/mpg/MPG.do?action=mpgData&vehicleID=38531&browser=true&details=on, retrieved on April 14, 2019.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/User_reported_fuel_efficiency_for_2017_Toyota_Prius_Prime_1485_86.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.