Monthly Precipitation By Country
@owid.total_precipitation
@owid.total_precipitation
CREATE TABLE owid_total_precipitation_1 (
"country" VARCHAR,
"time" TIMESTAMP,
"total_precipitation" FLOAT,
"days_in_month" INTEGER,
"precipitation_anomaly" FLOAT
);
CREATE TABLE owid_total_precipitation_2 (
"country" VARCHAR,
"time" TIMESTAMP,
"total_precipitation" FLOAT,
"days_in_month" INTEGER,
"precipitation_anomaly" FLOAT
);
Anyone who has the link will be able to view this.