Baselight

Employment In Inland Waterways Transport Enterprises By Sex (1990 - 2012)

Eurostat code: iww_ec_empsex ยท (1990 - 2012)

@eurostat.iww_ec_empsex

Employment In Inland Waterways Transport Enterprises By Sex (1990 - 2012) - Unpivoted
@eurostat.iww_ec_empsex.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 6.53 KB
  • 374 rows
  • 6 columns
freq

Freq

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalNumberSwitzerland19902451
AnnualTotalNumberFinland199030
AnnualTotalNumberFinland199130
AnnualTotalNumberBulgaria19921577
AnnualTotalNumberSwitzerland19922554
AnnualTotalNumberGermany199210793
AnnualTotalNumberFinland199230
AnnualTotalNumberCroatia1992820
AnnualTotalNumberLithuania1992252
AnnualTotalNumberPoland19922500

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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