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

Cleaned Extended Datsaset

@kaggle.mohitmaithani_singapore_resident_dataset.cleaned_extended_datsaset
  • 48.67 kB
  • 9,600 rows
  • 5 columns
Loading...
CREATE TABLE cleaned_extended_datsaset (
  "year" BIGINT,
  "ethnicity_group" VARCHAR,
  "gender" VARCHAR,
  "age" VARCHAR,
  "population" BIGINT
);

Dataonly Null Removed From Population

@kaggle.mohitmaithani_singapore_resident_dataset.dataonly_null_removed_from_population
  • 198.98 kB
  • 18,000 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
  • 227.4 kB
  • 20,460 rows
  • 5 columns
Loading...
CREATE TABLE raw (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "year" BIGINT,
  "ethnicity" VARCHAR,
  "age" VARCHAR,
  "population" VARCHAR
);

Share link

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