South Korean Pollution
Pollutant levels in South Korea
@kaggle.calebreigada_south_korean_pollution
Pollutant levels in South Korea
@kaggle.calebreigada_south_korean_pollution
CREATE TABLE south_korean_pollution_data (
"unnamed_0" BIGINT,
"date" VARCHAR,
"pm25" BIGINT,
"pm10" BIGINT,
"o3" BIGINT,
"no2" BIGINT,
"so2" BIGINT,
"co" BIGINT,
"lat" DOUBLE,
"long" DOUBLE,
"city" VARCHAR,
"district" VARCHAR,
"country" VARCHAR
);
CREATE TABLE south_korean_weather (
"unnamed_0" BIGINT,
"station" BIGINT,
"name" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"elevation" DOUBLE,
"date" TIMESTAMP,
"liquid_precipitation" DOUBLE,
"snow_depth" DOUBLE,
"dew" BIGINT,
"extreme_air_temp" VARCHAR,
"atmospheric_pressure" DOUBLE,
"sea_level_pressure" BIGINT,
"temp" BIGINT,
"vis" BIGINT,
"wnd" VARCHAR
);
Anyone who has the link will be able to view this.