KPopIdols_tbl_df: All KPop Idols

KPopIdols_tbl_dfR Documentation

All KPop Idols

Description

This dataset, KPopIdols_tbl_df, is a tibble containing a complete detailed database of all current KPop idols, both male and female. It includes each idol's stage name, full name, Korean name, Korean stage name, date of birth, group name, country, height, weight, birthplace, gender, and Instagram handle. The dataset preserves the original structure from its source on Kaggle.

Usage

data(KPopIdols_tbl_df)

Format

A tibble with 1,666 observations and 12 variables:

Stage Name Stage Name

Stage name of the idol (character)

Full Name Full Name

Full name of the idol (character)

Korean Name Korean Name

Korean name of the idol (character)

K. Stage Name K. Stage Name

Stage name written in Korean (character)

Date of Birth Date of Birth

Date of birth (character)

Group Group

Name of the group the idol belongs to (character)

Country Country

Country of origin (character)

Height Height

Height in centimeters (numeric)

Weight Weight

Weight in kilograms (numeric)

Birthplace Birthplace

Place of birth (character)

Gender Gender

Gender of the idol (character)

Instagram Instagram

Instagram handle or profile URL (character)

Details

The dataset name has been kept as 'KPopIdols_tbl_df' to maintain consistency with the naming conventions in the SouthKoreAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.

Source

Data obtained from Kaggle: https://www.kaggle.com/datasets/onlyrohit/all-kpop-idols


SouthKoreAPIs documentation built on Sept. 16, 2025, 1:09 a.m.