Baselight

Singapore Resident Dataset

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

@kaggle.mohitmaithani_singapore_resident_dataset

Loading...
Loading...

About this Dataset

Singapore Resident Dataset

Content

Data from 1957 onwards pertain to resident population.
The data contains Population by ethnicity, age and gender for the country of Singapore from the year 1957 to 2018.

Scraped from

https://data.gov.sg/

Tables

Dataonly Null Removed From Population

@kaggle.mohitmaithani_singapore_resident_dataset.dataonly_null_removed_from_population
  • 194.32 KB
  • 18000 rows
  • 5 columns
Loading...

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

Raw

@kaggle.mohitmaithani_singapore_resident_dataset.raw
  • 222.07 KB
  • 20460 rows
  • 5 columns
Loading...

CREATE TABLE raw (
  "unnamed_0" BIGINT,
  "year" BIGINT,
  "ethnicity" VARCHAR,
  "age" VARCHAR,
  "population" VARCHAR
);

Cleaned Extended Datsaset

@kaggle.mohitmaithani_singapore_resident_dataset.cleaned_extended_datsaset
  • 47.53 KB
  • 9600 rows
  • 5 columns
Loading...

CREATE TABLE cleaned_extended_datsaset (
  "year" BIGINT,
  "ethnicity_group" VARCHAR,
  "gender" VARCHAR,
  "age" VARCHAR,
  "population" BIGINT
);

Share link

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