Baselight

Share Of Female Researchers By Sector Of Performance

Eurostat code: rd_p_femres ยท (1987 - 2023)

@eurostat.rd_p_femres

Share Of Female Researchers By Sector Of Performance - Unpivoted
@eurostat.rd_p_femres.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.

  • 34.8 KB
  • 6886 rows
  • 6 columns
freq

Freq

sectperf

Sectperf

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualAll sectorsPercentage based on head count (HC)Bulgaria198744.02
AnnualAll sectorsPercentage based on head count (HC)Bulgaria198841.14
AnnualAll sectorsPercentage based on head count (HC)Bulgaria198939.63
AnnualAll sectorsPercentage based on head count (HC)Hungary198927.76
AnnualBusiness enterprise sectorPercentage based on head count (HC)Hungary199024.66
AnnualGovernment sectorPercentage based on head count (HC)Hungary199031.08
AnnualHigher education sectorPercentage based on head count (HC)Hungary199029.09
AnnualAll sectorsPercentage based on head count (HC)Bulgaria199041.71
AnnualAll sectorsPercentage based on head count (HC)Hungary199028.06
AnnualBusiness enterprise sectorPercentage based on head count (HC)Hungary199125.58

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

Share link

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