Fuel Consumption 2000-2022
This data set shows the fuel consumption between 2000 and 2022.
@kaggle.ahmettyilmazz_fuel_consumption
This data set shows the fuel consumption between 2000 and 2022.
@kaggle.ahmettyilmazz_fuel_consumption
CREATE TABLE fuel_consumption_2000_2022 (
"year" BIGINT,
"make" VARCHAR,
"model" VARCHAR,
"vehicle_class" VARCHAR,
"engine_size" DOUBLE,
"cylinders" BIGINT,
"transmission" VARCHAR,
"fuel" VARCHAR,
"fuel_consumption" DOUBLE,
"hwy_l_100_km" DOUBLE,
"comb_l_100_km" DOUBLE,
"comb_mpg" BIGINT,
"emissions" BIGINT
);
Anyone who has the link will be able to view this.