Baselight

CO2 Emissions

Can you forecast CO2 Emissions?

@kaggle.ulrikthygepedersen_co2_emissions_by_country

Co2 Emissions Kt By Country
@kaggle.ulrikthygepedersen_co2_emissions_by_country.co2_emissions_kt_by_country

  • 97.36 KB
  • 13953 rows
  • 4 columns
country_code

Country Code

country_name

Country Name

year

Year

value

Value

ABWAruba196011092.675
ABWAruba196111576.719
ABWAruba196212713.489
ABWAruba196312178.107
ABWAruba196411840.743
ABWAruba196510623.299
ABWAruba19669933.903
ABWAruba196712236.779
ABWAruba196811378.701
ABWAruba196914891.687

CREATE TABLE co2_emissions_kt_by_country (
  "country_code" VARCHAR,
  "country_name" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.