2022 Fuel Consumption Ratings
Fuel consumption dataset containing Co2 emissions, CO2 ratings and smog ratings
@kaggle.rinichristy_2022_fuel_consumption_ratings
Fuel consumption dataset containing Co2 emissions, CO2 ratings and smog ratings
@kaggle.rinichristy_2022_fuel_consumption_ratings
CREATE TABLE my2022_fuel_consumption_ratings (
"model_year" BIGINT,
"make" VARCHAR,
"model" VARCHAR,
"vehicle_class" VARCHAR,
"engine_size_l" DOUBLE,
"cylinders" BIGINT,
"transmission" VARCHAR,
"fuel_type" VARCHAR,
"fuel_consumption_city_l_100_km" DOUBLE,
"fuel_consumption_hwy_l_100_km" DOUBLE,
"fuel_consumption_comb_l_100_km" DOUBLE,
"fuel_consumption_comb_mpg" BIGINT,
"co2_emissions_g_km" BIGINT,
"co2_rating" BIGINT,
"smog_rating" BIGINT
);
Anyone who has the link will be able to view this.