Baselight

Number Of EEA Branches (1997-2001)

Eurostat code: sbs_cre_geea ยท (1997 - 2001)

@eurostat.sbs_cre_geea

Number Of EEA Branches (1997-2001) - Unpivoted
@eurostat.sbs_cre_geea.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.

  • 12.83 KB
  • 3477 rows
  • 10 columns
freq

Freq

annex

Annex

indic_sb

Indic Sb

priority

Priority

unit

Unit

nace_r1

Nace R1

partner

Partner

geo

Geo

time_period

Time Period

value

Value

AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaBelgium1997
AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaSwitzerland19971
AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaGermany19977
AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaDenmark1997
AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaGreece1997
AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaSpain1997
AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaFinland1997
AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaItaly19972
AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaLuxembourg1997
AnnualAnnex 6Geographical breakdown of the total number of EEA branches - numberData collection on voluntary basisNumberOther monetary intermediationAustriaNetherlands1997

CREATE TABLE tidy (
  "freq" VARCHAR,
  "annex" VARCHAR,
  "indic_sb" VARCHAR,
  "priority" VARCHAR,
  "unit" VARCHAR,
  "nace_r1" VARCHAR,
  "partner" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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