Baselight

Supply Of Biomass - Annual Data

Eurostat code: nrg_cb_bm · (2021 - 2021)

@eurostat.nrg_cb_bm

Supply Of Biomass - Annual Data - Unpivoted
@eurostat.nrg_cb_bm.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.

  • 16.51 KB
  • 2097 rows
  • 7 columns
freq

Freq

unit

Unit

nrg_bal

Nrg Bal

siec

Siec

geo

Geo

time_period

Time Period

value

Value

AnnualThousand cubic metresExportsSolid biofuelsAustria20212177.658
AnnualThousand cubic metresExportsSolid biofuelsBulgaria2021377.947
AnnualThousand cubic metresExportsSolid biofuelsGermany20214685
AnnualThousand cubic metresExportsSolid biofuelsEuro area – 20 countries (from 2023)202119156.431
AnnualThousand cubic metresExportsSolid biofuelsEstonia20213039.07
AnnualThousand cubic metresExportsSolid biofuelsGreece202110.847
AnnualThousand cubic metresExportsSolid biofuelsSpain2021
AnnualThousand cubic metresExportsSolid biofuelsFinland2021157
AnnualThousand cubic metresExportsSolid biofuelsFrance20212863.6
AnnualThousand cubic metresExportsSolid biofuelsCroatia20211449.707

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

Share link

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