Monthly Surface Temperature By Country
@owid.surface_temperature
@owid.surface_temperature
CREATE TABLE owid_surface_temperature_1 (
"country" VARCHAR,
"time" TIMESTAMP,
"temperature_2m" FLOAT,
"temperature_anomaly" FLOAT,
"anomaly_below_0" FLOAT,
"anomaly_above_0" FLOAT
);
CREATE TABLE owid_surface_temperature_2 (
"country" VARCHAR,
"time" TIMESTAMP,
"temperature_2m" FLOAT,
"temperature_anomaly" FLOAT,
"anomaly_below_0" FLOAT,
"anomaly_above_0" FLOAT
);
Anyone who has the link will be able to view this.