Sri Lanka Weather Dataset
Rainfall, temperature and relative humidity from 2012 to 2018.
@kaggle.ivantha_sri_lanka_weather_dataset
Rainfall, temperature and relative humidity from 2012 to 2018.
@kaggle.ivantha_sri_lanka_weather_dataset
CREATE TABLE colombo_rh_2012_2018 (
"station_id" BIGINT,
"station_name" VARCHAR,
"element_name" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"obs_val" DOUBLE
);
Anyone who has the link will be able to view this.