Fuel Consumption
Model-specific fuel consumption ratings and estimated carbon dioxide emissions.
@kaggle.sethirishabh_fuel_consumption
Model-specific fuel consumption ratings and estimated carbon dioxide emissions.
@kaggle.sethirishabh_fuel_consumption
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
);
Anyone who has the link will be able to view this.