Global Temperature ( Elon... Rocket? )
The Global Temperature Is On the Rise and It isnt stopping :(
@kaggle.programmerrdai_global_temperature
The Global Temperature Is On the Rise and It isnt stopping :(
@kaggle.programmerrdai_global_temperature
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).
CREATE TABLE annual (
"source" VARCHAR,
"year" BIGINT,
"mean" DOUBLE
);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
);Anyone who has the link will be able to view this.