Baselight

Barcelona Data Sets

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

@kaggle.xvivancos_barcelona_data_sets

Most Frequent Names
@kaggle.xvivancos_barcelona_data_sets.most_frequent_names

  • 11.88 KB
  • 1100 rows
  • 5 columns
order

Order

name

Name

gender

Gender

decade

Decade

frequency

Frequency

1MARIAFemaleBefore 19302085
2CARMENFemaleBefore 19301463
3JOSEFAFemaleBefore 19301032
4MONTSERRATFemaleBefore 1930879
5ROSAFemaleBefore 1930762
6TERESAFemaleBefore 1930734
7PILARFemaleBefore 1930694
8DOLORESFemaleBefore 1930679
9MERCEDESFemaleBefore 1930603
10FRANCISCAFemaleBefore 1930596

CREATE TABLE most_frequent_names (
  "order" BIGINT,
  "name" VARCHAR,
  "gender" VARCHAR,
  "decade" VARCHAR,
  "frequency" BIGINT
);

Share link

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