CO2 Emissions
Can you forecast CO2 Emissions?
@kaggle.ulrikthygepedersen_co2_emissions_by_country
Can you forecast CO2 Emissions?
@kaggle.ulrikthygepedersen_co2_emissions_by_country
CREATE TABLE co2_emissions_kt_by_country (
"country_code" VARCHAR,
"country_name" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);
Anyone who has the link will be able to view this.