Baselight

Fuel Consumption

Model-specific fuel consumption ratings and estimated carbon dioxide emissions.

@kaggle.sethirishabh_fuel_consumption

Loading...
Loading...

About this Dataset

Fuel Consumption

Dataset provides model-specific fuel consumption ratings and estimated carbon dioxide emissions for new light-duty vehicles for retail sale in Canada for year 2019.

Tables

Fuel Consumption 2019

@kaggle.sethirishabh_fuel_consumption.fuel_consumption_2019
  • 25.97 KB
  • 1046 rows
  • 12 columns
Loading...

CREATE TABLE fuel_consumption_2019 (
  "model_year" BIGINT,
  "make" VARCHAR,
  "model" VARCHAR,
  "vehicle_class" VARCHAR,
  "engine_size" DOUBLE,
  "cylinders" BIGINT,
  "transmission" VARCHAR,
  "fuel_type" VARCHAR,
  "fuel_consumption_city" DOUBLE,
  "fuel_consumption_hwy" DOUBLE,
  "fuel_consumption_comb" DOUBLE,
  "co2_emissions" BIGINT
);

Share link

Anyone who has the link will be able to view this.