Skip to content

Latest commit

 

History

History
 
 

2019-10-15

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Big mtcars

This week's data is from the EPA. The full data dictionary can be found at fueleconomy.gov.

It's essentially a much much larger and updated dataset covering mtcars, the dataset we all know a bit too well!

H/t to Ellis Hughes who had a recent blogpost covering this dataset.

Get the data!

big_epa_cars <- readr::read_csv("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2019/2019-10-15/big_epa_cars.csv")

Data Dictionary

big_epa_cars.csv

I left in ALL the data so people could look at various different things besides the classical mtcars!

Full data dictionary can be found at fueleconomy.gov