Baselight

Singapore Resident Dataset

The data contains Population by ethnicity, age and gender for Singapore resident

@kaggle.mohitmaithani_singapore_resident_dataset

Dataonly Null Removed From Population
@kaggle.mohitmaithani_singapore_resident_dataset.dataonly_null_removed_from_population

  • 194.32 KB
  • 18000 rows
  • 5 columns
column

Column

year

Year

ethnicity

Ethnicity

age

Age

population

Population

1957Total Residents0 - 4 Years264727
11957Total Residents5 - 9 Years218097
21957Total Residents10 - 14 Years136280
31957Total Residents15 - 19 Years135679
41957Total Residents20 - 24 Years119266
51957Total Residents25 - 29 Years111726
61957Total Residents30 - 34 Years89925
71957Total Residents35 - 39 Years82709
81957Total Residents40 - 44 Years76217
91957Total Residents45 - 49 Years66716

CREATE TABLE dataonly_null_removed_from_population (
  "column" BIGINT,
  "year" BIGINT,
  "ethnicity" VARCHAR,
  "age" VARCHAR,
  "population" BIGINT
);

Share link

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