Baselight

Carbon Dioxide PPM

How does carbon dioxide make soda so bubbly? By obeying the laws of fizz-ics.

@kaggle.programmerrdai_carbon_dioxide_ppm

Loading...
Loading...

About this Dataset

Carbon Dioxide PPM

Carbon dioxide is a chemical compound made up of molecules that each have one carbon atom covalently double bonded to two oxygen atoms. In the air it is transparent to visible light but absorbs infrared radiation, acting as a greenhouse gas. Wikipedia
Formula: CO2
Molar mass: 44.01 g/mol
Boiling point: -78.46 °C
Soluble in: Water

Tables

Co2 Annmean Gl

@kaggle.programmerrdai_carbon_dioxide_ppm.co2_annmean_gl
  • 3.37 KB
  • 38 rows
  • 3 columns
Loading...

CREATE TABLE co2_annmean_gl (
  "year" TIMESTAMP,
  "mean" DOUBLE,
  "uncertainty" DOUBLE
);

Co2 Annmean Mlo

@kaggle.programmerrdai_carbon_dioxide_ppm.co2_annmean_mlo
  • 3.67 KB
  • 59 rows
  • 3 columns
Loading...

CREATE TABLE co2_annmean_mlo (
  "year" TIMESTAMP,
  "mean" DOUBLE,
  "uncertainty" DOUBLE
);

Co2 Gr Gl

@kaggle.programmerrdai_carbon_dioxide_ppm.co2_gr_gl
  • 3.84 KB
  • 59 rows
  • 3 columns
Loading...

CREATE TABLE co2_gr_gl (
  "year" TIMESTAMP,
  "annual_increase" DOUBLE,
  "uncertainty" DOUBLE
);

Co2 Gr Mlo

@kaggle.programmerrdai_carbon_dioxide_ppm.co2_gr_mlo
  • 3.71 KB
  • 59 rows
  • 3 columns
Loading...

CREATE TABLE co2_gr_mlo (
  "year" TIMESTAMP,
  "annual_increase" DOUBLE,
  "uncertainty" DOUBLE
);

Co2 Mm Gl

@kaggle.programmerrdai_carbon_dioxide_ppm.co2_mm_gl
  • 14.86 KB
  • 463 rows
  • 4 columns
Loading...

CREATE TABLE co2_mm_gl (
  "date" TIMESTAMP,
  "decimal_date" DOUBLE,
  "average" DOUBLE,
  "trend" DOUBLE
);

Co2 Mm Mlo

@kaggle.programmerrdai_carbon_dioxide_ppm.co2_mm_mlo
  • 27.16 KB
  • 727 rows
  • 6 columns
Loading...

CREATE TABLE co2_mm_mlo (
  "date" TIMESTAMP,
  "decimal_date" DOUBLE,
  "average" DOUBLE,
  "interpolated" DOUBLE,
  "trend" DOUBLE,
  "number_of_days" BIGINT
);

Share link

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