Baselight

Water Pollution In EU Countries

Selection of assessments of the degree of water pollution in European countries

@kaggle.hydramst_water_pollution

Test
@kaggle.hydramst_water_pollution.test

  • 27.64 KB
  • 732 rows
  • 18 columns
unnamed_0

Unnamed: 0

code

Code

year

Year

period

Period

id

Id

country

Country

tourists

Tourists

venue

Venue

rate

Rate

food

Food

glass

Glass

metal

Metal

other

Other

paper

Paper

plastic

Plastic

leather

Leather

green_waste

Green Waste

waste_recycling

Waste Recycling

19EEA_3161-01-120092009-01--2009-12FRDR179France711763463321032620922.26
46EEA_31615-01-720092009-01--2009-12FRGR0004BFrance711763462321032620922.26
94EEA_3161-02-220072007-01--2007-12UKSC023165United Kingdom2586796116.72.23.528.218.920.22.727.25
96EEA_3161-02-220072007-01--2007-12UKSC020095United Kingdom2586796116.72.23.528.218.920.22.727.25
98EEA_3161-02-220072007-01--2007-12UKSC005207United Kingdom25867961516.72.23.528.218.920.22.727.25
135EEA_3161-05-520082008-01--2008-12FRGR0543France71176346321032620922.26
139EEA_3161-03-320082008-01--2008-12FRGR0543France711763462321032620922.26
156EEA_3161-01-120092009-01--2009-12BG3AR700R029Bulgaria4836884110.92804972330728824.355.831.9817.9314.1812.151.9619.1819.03
196EEA_3161-05-520092009-01--2009-12FI24_011_Y02Finland2147000235.889.241.713.1337.831.4528.12
202EEA_3161-05-520092009-01--2009-12FRGR0362France71176346321032620922.26

CREATE TABLE test (
  "unnamed_0" BIGINT,
  "code" VARCHAR,
  "year" BIGINT,
  "period" VARCHAR,
  "id" VARCHAR,
  "country" VARCHAR,
  "tourists" DOUBLE,
  "venue" DOUBLE,
  "rate" DOUBLE,
  "food" DOUBLE,
  "glass" DOUBLE,
  "metal" DOUBLE,
  "other" DOUBLE,
  "paper" DOUBLE,
  "plastic" DOUBLE,
  "leather" DOUBLE,
  "green_waste" DOUBLE,
  "waste_recycling" DOUBLE
);

Share link

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