Baselight

Ozone Layer

Ozone more Like O zone. Not funny

@kaggle.programmerrdai_ozone_layer

Ozone Depleting Substance Consumption
@kaggle.programmerrdai_ozone_layer.ozone_depleting_substance_consumption

  • 74.22 KB
  • 4733 rows
  • 9 columns
entity

Entity

code

Code

year

Year

consumption_of_ozone_depleting_substances_methyl_bromide

Consumption Of Ozone-Depleting Substances - Methyl Bromide

consumption_of_ozone_depleting_substances_carbon_tetrachloride

Consumption Of Ozone-Depleting Substances - Carbon Tetrachloride

consumption_of_ozone_depleting_substances_hydrochlorof_da5ab44f

Consumption Of Ozone-Depleting Substances - Hydrochlorofluorocarbons (HCFCs)

consumption_of_ozone_depleting_substances_chlorofluoro_8367bbca

Consumption Of Ozone-Depleting Substances - Chlorofluorocarbons (CFCs)

consumption_of_ozone_depleting_substances_methyl_chloroform

Consumption Of Ozone-Depleting Substances - Methyl Chloroform

consumption_of_ozone_depleting_substances_halons

Consumption Of Ozone-Depleting Substances - Halons

AfghanistanAFG1991
AfghanistanAFG19953801.9
AfghanistanAFG19963801.9
AfghanistanAFG19973801.9
AfghanistanAFG19980.9
AfghanistanAFG20040.33.2177.90.1
AfghanistanAFG20050.14.1141.2
AfghanistanAFG20060.14.894.5
AfghanistanAFG20076.155.2
AfghanistanAFG20087.940

CREATE TABLE ozone_depleting_substance_consumption (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "consumption_of_ozone_depleting_substances_methyl_bromide" DOUBLE,
  "consumption_of_ozone_depleting_substances_carbon_tetrachloride" DOUBLE,
  "consumption_of_ozone_depleting_substances_hydrochlorof_da5ab44f" DOUBLE,
  "consumption_of_ozone_depleting_substances_chlorofluoro_8367bbca" DOUBLE,
  "consumption_of_ozone_depleting_substances_methyl_chloroform" DOUBLE,
  "consumption_of_ozone_depleting_substances_halons" DOUBLE
);

Share link

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