Baselight

Monthly Labour Costs By NACE Rev. 1.1 Activity

Eurostat code: lc_an_costm ยท (1995 - 2008)

@eurostat.lc_an_costm

Monthly Labour Costs By NACE Rev. 1.1 Activity - Unpivoted
@eurostat.lc_an_costm.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.

  • 92.09 KB
  • 15954 rows
  • 6 columns
freq

Freq

nace_r1

Nace R1

currency

Currency

geo

Geo

time_period

Time Period

value

Value

AnnualMining and quarryingEuroCzechia1995427.9
AnnualMining and quarryingEuroGreece19951665.3
AnnualMining and quarryingEuroSweden19953191.8
AnnualMining and quarryingEuroSlovenia19951223.2
AnnualMining and quarryingNational currencyCzechia199514846
AnnualMining and quarryingNational currencyGreece19951480.8
AnnualMining and quarryingNational currencySweden199529786
AnnualMining and quarryingNational currencySlovenia1995790.6
AnnualMining and quarryingPurchasing Power StandardCzechia19951027.7
AnnualMining and quarryingPurchasing Power StandardGreece19952008.2

CREATE TABLE tidy (
  "freq" VARCHAR,
  "nace_r1" VARCHAR,
  "currency" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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