Barcelona Data Sets
Administration, Urban environment, Population, Territory, Economy and Business
@kaggle.xvivancos_barcelona_data_sets
Administration, Urban environment, Population, Territory, Economy and Business
@kaggle.xvivancos_barcelona_data_sets
CREATE TABLE immigrants_emigrants_by_sex (
"year" BIGINT,
"district_code" BIGINT,
"district_name" VARCHAR,
"neighborhood_code" BIGINT,
"neighborhood_name" VARCHAR,
"gender" VARCHAR,
"immigrants" BIGINT,
"emigrants" BIGINT
);
Anyone who has the link will be able to view this.