Luxembourg Income Study (LIS)
@owid.poverty_inequality_file
@owid.poverty_inequality_file
The Luxembourg Income Study Database (LIS) is the largest available income database of harmonized microdata collected from over 50 countries in Europe, North America, Latin America, Africa, Asia, and Australasia spanning five decades.
Harmonized into a common framework, LIS datasets contain household- and person-level data on labor income, capital income, pensions, public social benefits (excl. pensions) and private transfers, as well as taxes and contributions, demography, employment, and expenditures.
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.