Baselight

Barcelona Data Sets

Administration, Urban environment, Population, Territory, Economy and Business

@kaggle.xvivancos_barcelona_data_sets

Births
@kaggle.xvivancos_barcelona_data_sets.births

  • 9.7 KB
  • 734 rows
  • 7 columns
year

Year

district_code

District Code

district_name

District Name

neighborhood_code

Neighborhood Code

neighborhood_name

Neighborhood Name

gender

Gender

number

Number

20171Ciutat Vella1el RavalBoys283
20171Ciutat Vella2el Barri GòticBoys56
20171Ciutat Vella3la BarcelonetaBoys51
20171Ciutat Vella4Sant Pere, Santa Caterina i la RiberaBoys90
20172Eixample5el Fort PiencBoys117
20172Eixample6la Sagrada FamíliaBoys207
20172Eixample7la Dreta de l'EixampleBoys185
20172Eixample8l'Antiga Esquerra de l'EixampleBoys176
20172Eixample9la Nova Esquerra de l'EixampleBoys218
20172Eixample10Sant AntoniBoys172

CREATE TABLE births (
  "year" BIGINT,
  "district_code" BIGINT,
  "district_name" VARCHAR,
  "neighborhood_code" BIGINT,
  "neighborhood_name" VARCHAR,
  "gender" VARCHAR,
  "number" BIGINT
);

Share link

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