Baselight

Global Annual Mean Temperature

See how the global average temperature has changed since 1880

@kaggle.jarredpriester_global_annual_mean_temperature

Loading...
Loading...

About this Dataset

Global Annual Mean Temperature

This dataset is the data provided by NASA for Global Temperature. The data is the change in global surface temperature compared to the long-term average from 1951 to 1980, measured in Celsius. NASA's Goddard Institute for Space is credited for this index.
https://climate.nasa.gov/

Tables

Global Annual Mean Temp

@kaggle.jarredpriester_global_annual_mean_temperature.global_annual_mean_temp
  • 4.7 kB
  • 144 rows
  • 3 columns
Loading...
CREATE TABLE global_annual_mean_temp (
  "year" BIGINT,
  "no_smoothing" DOUBLE,
  "lowess_5" DOUBLE  -- Lowess(5)
);

Share link

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