Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 905 Bytes

readme.md

File metadata and controls

22 lines (12 loc) · 905 Bytes

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