Baselight

Global Temperature ( Elon... Rocket? )

The Global Temperature Is On the Rise and It isnt stopping :(

@kaggle.programmerrdai_global_temperature

Loading...
Loading...

About this Dataset

Global Temperature ( Elon... Rocket? )

Averaged across land and ocean, the 2020 surface temperature was 1.76° F (0.98° Celsius) warmer than the twentieth-century average of 57.0°F (13.9°C) and 2.14˚F (1.19˚C) warmer than the pre-industrial period (1880-1900).

Tables

Annual

@kaggle.programmerrdai_global_temperature.annual
  • 5.15 KB
  • 274 rows
  • 3 columns
Loading...

CREATE TABLE annual (
  "source" VARCHAR,
  "year" BIGINT,
  "mean" DOUBLE
);

Global Temp Annual

@kaggle.programmerrdai_global_temperature.global_temp_annual
  • 10.5 KB
  • 135 rows
  • 8 columns
Loading...

CREATE TABLE global_temp_annual (
  "year" TIMESTAMP,
  "land" DOUBLE,
  "land_and_ocean" DOUBLE,
  "n_hem" DOUBLE,
  "s_hem" DOUBLE,
  "band_1" DOUBLE,
  "band_2" DOUBLE,
  "band_3" DOUBLE
);

Share link

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