CO2 Emissions
Study of how Co2 emissions can be predicted using the provided variables.
@kaggle.bhuviranga_co2_emissions
Study of how Co2 emissions can be predicted using the provided variables.
@kaggle.bhuviranga_co2_emissions
CREATE TABLE co2_emissions (
"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
);
Anyone who has the link will be able to view this.