1700+ K-Pop Idols Dataset
Exploring the world of K-Pop Idols: A comprehensive dataset
@kaggle.nicolsalayoarias_all_kpop_idols
Exploring the world of K-Pop Idols: A comprehensive dataset
@kaggle.nicolsalayoarias_all_kpop_idols
CREATE TABLE kpopidolsv3 (
"stage_name" VARCHAR,
"full_name" VARCHAR,
"korean_name" VARCHAR,
"k_stage_name" VARCHAR,
"date_of_birth" TIMESTAMP,
"group" VARCHAR,
"debut" VARCHAR,
"company" VARCHAR,
"country" VARCHAR,
"second_country" VARCHAR,
"height" DOUBLE,
"weight" DOUBLE,
"birthplace" VARCHAR,
"other_group" VARCHAR,
"former_group" VARCHAR,
"gender" VARCHAR
);
Anyone who has the link will be able to view this.