Singapore Resident Dataset
The data contains Population by ethnicity, age and gender for Singapore resident
@kaggle.mohitmaithani_singapore_resident_dataset
The data contains Population by ethnicity, age and gender for Singapore resident
@kaggle.mohitmaithani_singapore_resident_dataset
CREATE TABLE cleaned_extended_datsaset (
"year" BIGINT,
"ethnicity_group" VARCHAR,
"gender" VARCHAR,
"age" VARCHAR,
"population" BIGINT
);
Anyone who has the link will be able to view this.