Baselight

Carbon Dioxide Emissions Of The World( 1990-2018)

Historical emissions of carbon dioxide for all countries for last 3 decades.

@kaggle.ankanhore545_carbon_dioxide_emissions_of_the_world

Loading...
Loading...

About this Dataset

Carbon Dioxide Emissions Of The World( 1990-2018)

Well, Carbon dioxide needs no introduction in the context of global warming and greenhouse gases. Besides methane and nitrous oxides, CO2 plays a major role. The data is gathered from the Climate Watch Data portal using CAIT data source. The data is collected for all the countries around the world, while covering a span of close to 3 decades(1990-2018). Lets deep dive in the dataset and try to get some more insights and patterns, which can help us in putting a step forward towards the imminent crisis.

Tables

Historical Emissions

@kaggle.ankanhore545_carbon_dioxide_emissions_of_the_world.historical_emissions
  • 58.16 KB
  • 195 rows
  • 34 columns
Loading...

CREATE TABLE historical_emissions (
  "country" VARCHAR,
  "data_source" VARCHAR,
  "sector" VARCHAR,
  "gas" VARCHAR,
  "unit" VARCHAR,
  "n_2018" DOUBLE,
  "n_2017" DOUBLE,
  "n_2016" DOUBLE,
  "n_2015" DOUBLE,
  "n_2014" DOUBLE,
  "n_2013" DOUBLE,
  "n_2012" DOUBLE,
  "n_2011" DOUBLE,
  "n_2010" DOUBLE,
  "n_2009" DOUBLE,
  "n_2008" DOUBLE,
  "n_2007" DOUBLE,
  "n_2006" DOUBLE,
  "n_2005" DOUBLE,
  "n_2004" DOUBLE,
  "n_2003" DOUBLE,
  "n_2002" DOUBLE,
  "n_2001" DOUBLE,
  "n_2000" DOUBLE,
  "n_1999" DOUBLE,
  "n_1998" DOUBLE,
  "n_1997" DOUBLE,
  "n_1996" DOUBLE,
  "n_1995" DOUBLE,
  "n_1994" DOUBLE,
  "n_1993" DOUBLE,
  "n_1992" DOUBLE,
  "n_1991" DOUBLE,
  "n_1990" DOUBLE
);

Share link

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