Baselight

Most Popular Names In The Philippines Dataset

Philippine Naming Patterns: A Journey through Popular Names

@kaggle.jorizivannvillanueva_most_popular_names_in_philippines_dataset

Loading...
Loading...

About this Dataset

Most Popular Names In The Philippines Dataset

Overview

The Most Popular Names in the Philippines dataset provides insights into the popularity of different names in the Philippines.

Content

The dataset includes the following fields:

  • rank: The position of the name when graded by incidence with all other names in the place.
  • forename: The personal name given to an individual at or shortly after birth, also known as a first name.
  • incidence: Number of people who bear the name.
  • frequency: Ratio and percentage of people who bear the name.
  • gender: The gender of the specific name based on the percentage.
  • gender_percentage: The percentage of bearers who are male or female.

Potential Use Cases

This dataset can be used for various purposes, such as:

  • Analyzing naming trends in the Philippines.
  • Exploring the gender distribution of popular names.
  • Conducting research on cultural naming practices.
  • Studying the popularity and prevalence of specific names.

Tables

Pop Names

@kaggle.jorizivannvillanueva_most_popular_names_in_philippines_dataset.pop_names
  • 29.21 KB
  • 1000 rows
  • 6 columns
Loading...

CREATE TABLE pop_names (
  "rank" BIGINT,
  "forename" VARCHAR,
  "incidence" BIGINT,
  "frequency" VARCHAR,
  "gender" VARCHAR,
  "gender_percentage" BIGINT
);