Chernobyl Air Concentration
concentration of I-131, Cs-134 and Cs-137 (aerosol particles)
@kaggle.lsind18_chernobyl_data_air_concentration
concentration of I-131, Cs-134 and Cs-137 (aerosol particles)
@kaggle.lsind18_chernobyl_data_air_concentration
The Chernobyl disaster was a nuclear accident that occurred on 26 April 1986 at the No. 4 nuclear reactor in the Chernobyl Nuclear Power Plant, near the city of Pripyat in the north of the Ukrainian SSR. It is considered the worst nuclear disaster in history and is one of only two nuclear energy disasters rated at seven - the maximum severity - on the International Nuclear Event Scale, the other being the 2011 Fukushima Daiichi nuclear disaster in Japan.
This dataset presents concentration of Iodine-131 (I-131), Caesium-134 (Cs-134) and Caesium-137 (radiocaesium, Cs-137) as anaerosol particles which were measured in specific location and date.
On each line, following information is given:
Data extracted from REM data bank at CEC Joint Research Centre Ispra. Data was downloaded from JOINT RESEARCH CENTRE Directorate for Nuclear Safety and Security.
In which area the air was mostly polluted?
CREATE TABLE chernair (
"pays" VARCHAR,
"code" BIGINT,
"ville" VARCHAR,
"x" DOUBLE,
"y" DOUBLE,
"date" VARCHAR,
"end_of_sampling" VARCHAR,
"duration_h_min" DOUBLE -- Duration(h.min),
"i_131_bq_m3" VARCHAR -- I 131 (Bq/m3),
"cs_134_bq_m3" VARCHAR -- Cs 134 (Bq/m3),
"cs_137_bq_m3" VARCHAR -- Cs 137 (Bq/m3)
);Anyone who has the link will be able to view this.