Baselight

Financial Activities Over The Internet (2020 Onwards)

Eurostat code: isoc_ec_ifi20$dv_2903

@eurostat.isoc_ec_ifi20_dv_2903

Financial Activities Over The Internet (2020 Onwards) - Unpivoted
@eurostat.isoc_ec_ifi20_dv_2903.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.

  • 13.44 KB
  • 1436 rows
  • 7 columns
freq

Freq

ind_type

Ind Type

indic_is

Indic Is

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsAlbania20200.12
AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsAustria20207.93
AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsBosnia and Herzegovina20201.9
AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsBelgium20208.71
AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsBulgaria20205.41
AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsCyprus20203.79
AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsCzechia20207.56
AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsGermany202013.21
AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsDenmark202022.83
AnnualAll individualsOnline purchases (3 months): at least one of the financial activities (I_BFIN_SH1, I_BFIN_IN1, I_BFIN_CR1)Percentage of individualsEuro area (EA11-1999, EA12-2001, EA13-2007, EA15-2008, EA16-2009, EA17-2011, EA18-2014, EA19-2015, EA20-2023)202012.66

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

Share link

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