Baselight

Water Quality - Every Drop Matters.

Water water everywhere, but not a drop to drink!

@kaggle.patricklford_water_and_air_quality

Who Pm
@kaggle.patricklford_water_and_air_quality.who_pm

  • 282.53 KB
  • 9450 rows
  • 34 columns
indicatorcode

IndicatorCode

indicator

Indicator

valuetype

ValueType

parentlocationcode

ParentLocationCode

parentlocation

ParentLocation

location_type

Location Type

spatialdimvaluecode

SpatialDimValueCode

location

Location

period_type

Period Type

period

Period

islatestyear

IsLatestYear

dim1_type

Dim1 Type

dim1

Dim1

dim1valuecode

Dim1ValueCode

dim2_type

Dim2 Type

dim2

Dim2

dim2valuecode

Dim2ValueCode

dim3_type

Dim3 Type

dim3

Dim3

dim3valuecode

Dim3ValueCode

datasourcedimvaluecode

DataSourceDimValueCode

datasource

DataSource

factvaluenumericprefix

FactValueNumericPrefix

factvaluenumeric

FactValueNumeric

factvalueuom

FactValueUoM

factvaluenumericlowprefix

FactValueNumericLowPrefix

factvaluenumericlow

FactValueNumericLow

factvaluenumerichighprefix

FactValueNumericHighPrefix

factvaluenumerichigh

FactValueNumericHigh

value

Value

factvaluetranslationid

FactValueTranslationID

factcomments

FactComments

language

Language

datemodified

DateModified

SDGPM25Concentrations of fine particulate matter (PM2.5)textAFRAfricaCountryKENKenyaYear2019trueResidence Area TypeCitiesRESIDENCEAREATYPE_CITY10.016.2913.7410.01 [6.29-13.74]EN2022-08-11T23:00:00.000Z
SDGPM25Concentrations of fine particulate matter (PM2.5)textAMRAmericasCountryTTOTrinidad and TobagoYear2019trueResidence Area TyperuralRESIDENCEAREATYPE_RUR10.027.4412.5510.02 [7.44-12.55]EN2022-08-11T23:00:00.000Z
SDGPM25Concentrations of fine particulate matter (PM2.5)textEUREuropeCountryGBRUnited Kingdom of Great Britain and Northern IrelandYear2019trueResidence Area TypeCitiesRESIDENCEAREATYPE_CITY10.069.7310.3910.06 [9.73-10.39]EN2022-08-11T23:00:00.000Z
SDGPM25Concentrations of fine particulate matter (PM2.5)textAMRAmericasCountryGRDGrenadaYear2019trueResidence Area TypeTotalRESIDENCEAREATYPE_TOTL10.087.0713.210.08 [7.07-13.20]EN2022-08-11T23:00:00.000Z
SDGPM25Concentrations of fine particulate matter (PM2.5)textAMRAmericasCountryBRABrazilYear2019trueResidence Area TypeTownsRESIDENCEAREATYPE_TOWN10.098.2312.4610.09 [8.23-12.46]EN2022-08-11T23:00:00.000Z
SDGPM25Concentrations of fine particulate matter (PM2.5)textEUREuropeCountryDNKDenmarkYear2019trueResidence Area TypeUrbanRESIDENCEAREATYPE_URB10.129.3710.9710.12 [9.37-10.97]EN2022-08-11T23:00:00.000Z
SDGPM25Concentrations of fine particulate matter (PM2.5)textEUREuropeCountryRUSRussian FederationYear2019trueResidence Area TypeCitiesRESIDENCEAREATYPE_CITY10.198.5812.5710.19 [8.58-12.57]EN2022-08-11T23:00:00.000Z
SDGPM25Concentrations of fine particulate matter (PM2.5)textEUREuropeCountryESPSpainYear2019trueResidence Area TypeCitiesRESIDENCEAREATYPE_CITY10.199.9410.3810.19 [9.94-10.38]EN2022-08-11T23:00:00.000Z
SDGPM25Concentrations of fine particulate matter (PM2.5)textAMRAmericasCountryGRDGrenadaYear2019trueResidence Area TypeTownsRESIDENCEAREATYPE_TOWN10.227.1513.3710.22 [7.15-13.37]EN2022-08-11T23:00:00.000Z
SDGPM25Concentrations of fine particulate matter (PM2.5)textAMRAmericasCountryGRDGrenadaYear2019trueResidence Area TypeUrbanRESIDENCEAREATYPE_URB10.227.1513.3710.22 [7.15-13.37]EN2022-08-11T23:00:00.000Z

CREATE TABLE who_pm (
  "indicatorcode" VARCHAR,
  "indicator" VARCHAR,
  "valuetype" VARCHAR,
  "parentlocationcode" VARCHAR,
  "parentlocation" VARCHAR,
  "location_type" VARCHAR,
  "spatialdimvaluecode" VARCHAR,
  "location" VARCHAR,
  "period_type" VARCHAR,
  "period" BIGINT,
  "islatestyear" BOOLEAN,
  "dim1_type" VARCHAR,
  "dim1" VARCHAR,
  "dim1valuecode" VARCHAR,
  "dim2_type" VARCHAR,
  "dim2" VARCHAR,
  "dim2valuecode" VARCHAR,
  "dim3_type" VARCHAR,
  "dim3" VARCHAR,
  "dim3valuecode" VARCHAR,
  "datasourcedimvaluecode" VARCHAR,
  "datasource" VARCHAR,
  "factvaluenumericprefix" VARCHAR,
  "factvaluenumeric" DOUBLE,
  "factvalueuom" VARCHAR,
  "factvaluenumericlowprefix" VARCHAR,
  "factvaluenumericlow" DOUBLE,
  "factvaluenumerichighprefix" VARCHAR,
  "factvaluenumerichigh" DOUBLE,
  "value" VARCHAR,
  "factvaluetranslationid" VARCHAR,
  "factcomments" VARCHAR,
  "language" VARCHAR,
  "datemodified" VARCHAR
);

Share link

Anyone who has the link will be able to view this.