Luxembourg Income Study (LIS)
@owid.poverty_inequality_file
@owid.poverty_inequality_file
CREATE TABLE owid_keyvars (
"country" VARCHAR,
"year" INTEGER,
"series_code" VARCHAR,
"indicator_name" VARCHAR,
"source" VARCHAR,
"welfare" VARCHAR,
"resource_sharing" VARCHAR,
"pipreportinglevel" VARCHAR,
"pipwelfare" VARCHAR,
"prices" VARCHAR,
"unit" VARCHAR,
"value" FLOAT
);
CREATE TABLE owid_percentiles (
"country" VARCHAR,
"year" INTEGER,
"series_code" VARCHAR,
"percentile" VARCHAR,
"indicator_name" VARCHAR,
"source" VARCHAR,
"welfare" VARCHAR,
"resource_sharing" VARCHAR,
"pipreportinglevel" VARCHAR,
"pipwelfare" VARCHAR,
"prices" VARCHAR,
"unit" VARCHAR,
"value" FLOAT
);
CREATE TABLE owid_wdi (
"country" VARCHAR,
"year" INTEGER,
"ny_gdp_mktp_pp_kd" BIGINT,
"ny_gdp_mktp_kd" BIGINT
);
Anyone who has the link will be able to view this.