El Nino-Southern Oscillation (ENSO) Data
ENSO Related Standardized Monthly Climate Data (1950–2023)
@kaggle.shabanamir_enso_data
ENSO Related Standardized Monthly Climate Data (1950–2023)
@kaggle.shabanamir_enso_data
ENSO is a periodic fluctuation (i.e., every 2–7 years) in winds and sea surface temperatures over the tropical eastern Pacific Ocean, affecting the climate of many parts of the world. It is one of the main drivers of the interannual climate variability of Earth and can cause a wide range of climate anomalies. This dataset is to store ENSO indicators (variables related to ENSO) for better understanding and prediction of ENSO.
The dataset contains ENSO-related standardized climate data from 1950 to 2023, collected from NOAA & NASA sites.
ENSO indicator columns:
Other columns:
CREATE TABLE enso (
"date" TIMESTAMP,
"year" BIGINT,
"month" VARCHAR,
"global_temperature_anomalies" DOUBLE,
"nino_1_2_sst" DOUBLE,
"nino_1_2_sst_anomalies" DOUBLE,
"nino_3_sst" DOUBLE,
"nino_3_sst_anomalies" DOUBLE,
"nino_3_4_sst" DOUBLE,
"nino_3_4_sst_anomalies" DOUBLE,
"nino_4_sst" DOUBLE,
"nino_4_sst_anomalies" DOUBLE,
"tni" DOUBLE,
"pna" DOUBLE,
"olr" DOUBLE,
"soi" DOUBLE,
"season_2_month" VARCHAR -- Season (2-Month),
"mei_v2" DOUBLE,
"season_3_month" VARCHAR -- Season (3-Month),
"oni" DOUBLE,
"season_12_month" VARCHAR -- Season (12-Month),
"enso_phase_intensity" VARCHAR
);Anyone who has the link will be able to view this.