Euro Area Loans To Companies (2014-2023)
Business loans (2014-2023) for time series analysis made by European banks
@kaggle.giuliofabbri_euro_area_loans_to_companies_2014_2023
Business loans (2014-2023) for time series analysis made by European banks
@kaggle.giuliofabbri_euro_area_loans_to_companies_2014_2023
CREATE TABLE loans_compan_per_count (
"data" VARCHAR,
"austria" BIGINT,
"belgium" BIGINT,
"cyprus" BIGINT,
"germany" BIGINT,
"estonia" BIGINT,
"spain" BIGINT,
"finland" BIGINT,
"france" BIGINT,
"greece" BIGINT,
"ireland" BIGINT,
"italy" BIGINT,
"lithuania" DOUBLE,
"luxembourg" BIGINT,
"latvia" BIGINT,
"malta" BIGINT,
"netherlands" BIGINT,
"portugal" BIGINT,
"slovenia" BIGINT,
"slovakia" BIGINT
);
CREATE TABLE loans_consum_per_count (
"time" VARCHAR,
"austria" BIGINT,
"belgium" BIGINT,
"cyprus" BIGINT,
"germany" BIGINT,
"estonia" BIGINT,
"spain" BIGINT,
"finland" BIGINT,
"france" BIGINT,
"greece" BIGINT,
"ireland" BIGINT,
"italy" BIGINT,
"lithuania" DOUBLE,
"luxembourg" BIGINT,
"latvia" BIGINT,
"malta" BIGINT,
"netherlands" BIGINT,
"portugal" BIGINT,
"slovenia" BIGINT,
"slovakia" BIGINT
);
CREATE TABLE loans_house_per_count (
"time" VARCHAR,
"austria" BIGINT,
"belgium" BIGINT,
"cyprus" BIGINT,
"germany" BIGINT,
"estonia" BIGINT,
"spain" BIGINT,
"finland" BIGINT,
"france" BIGINT,
"greece" BIGINT,
"ireland" BIGINT,
"italy" BIGINT,
"lithuania" DOUBLE,
"luxembourg" BIGINT,
"latvia" BIGINT,
"malta" BIGINT,
"netherlands" BIGINT,
"portugal" BIGINT,
"slovenia" BIGINT,
"slovakia" BIGINT
);
CREATE TABLE loans_ue_companies_households_consumption (
"time" VARCHAR,
"non_financial_corporations" BIGINT,
"households_and_non_profit_institutions_serving_households" BIGINT,
"consumption" BIGINT
);
Anyone who has the link will be able to view this.