Baselight

Outward FATS 2007-2009 - Main Variables

Eurostat code: fats_out2 ยท (2007 - 2009)

@eurostat.fats_out2

Loading...
Loading...

About this Dataset

Outward FATS 2007-2009 - Main Variables

This Eurostat dataset contains data on outward fats 2007-2009 - main variables, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2014-03-14T11:00:00+0100

Tables

Outward FATS 2007-2009 - Main Variables - Raw

@eurostat.fats_out2.raw
  • 438.03 KB
  • 188035 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "nace_r1" VARCHAR,
  "indic_bp" VARCHAR,
  "partner" VARCHAR,
  "geo" VARCHAR,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE,
  "n_2009" DOUBLE
);

Outward FATS 2007-2009 - Main Variables - Unpivoted

@eurostat.fats_out2.tidy
  • 498.96 KB
  • 342618 rows
  • 7 columns
Loading...

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

Share link

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