Global Annual Mean Temperature
See how the global average temperature has changed since 1880
@kaggle.jarredpriester_global_annual_mean_temperature
See how the global average temperature has changed since 1880
@kaggle.jarredpriester_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/
CREATE TABLE global_annual_mean_temp (
"year" BIGINT,
"no_smoothing" DOUBLE,
"lowess_5" DOUBLE -- Lowess(5)
);Anyone who has the link will be able to view this.