Baselight

Annual Birth Estimates

Greater London Authority

@ukgov.annual_birth_estimates

About this Dataset

Annual Birth Estimates

This dataset has now moved to https://data.london.gov.uk/dataset/birth-estimates
Publisher name: Greater London Authority
Last updated: 2024-06-21T18:52:56Z

Tables

Births Ctry

@ukgov.annual_birth_estimates.births_ctry
  • 8.53 KB
  • 78 rows
  • 9 columns
Loading...

CREATE TABLE births_ctry (
  "gss_code" VARCHAR,
  "gss_name" VARCHAR,
  "year_ending_date" TIMESTAMP,
  "measure" VARCHAR,
  "geography" VARCHAR,
  "source" VARCHAR,
  "sex" VARCHAR,
  "source_url" VARCHAR,
  "value" BIGINT
);

Births Rgn

@ukgov.annual_birth_estimates.births_rgn
  • 10.38 KB
  • 351 rows
  • 9 columns
Loading...

CREATE TABLE births_rgn (
  "gss_code" VARCHAR,
  "gss_name" VARCHAR,
  "year_ending_date" TIMESTAMP,
  "measure" VARCHAR,
  "geography" VARCHAR,
  "source" VARCHAR,
  "sex" VARCHAR,
  "source_url" VARCHAR,
  "value" BIGINT
);

Births Lad

@ukgov.annual_birth_estimates.births_lad
  • 52.84 KB
  • 12909 rows
  • 9 columns
Loading...

CREATE TABLE births_lad (
  "gss_code" VARCHAR,
  "gss_name" VARCHAR,
  "year_ending_date" TIMESTAMP,
  "measure" VARCHAR,
  "geography" VARCHAR,
  "source" VARCHAR,
  "sex" VARCHAR,
  "source_url" VARCHAR,
  "value" BIGINT
);

Births Itl

@ukgov.annual_birth_estimates.births_itl
  • 16.82 KB
  • 1435 rows
  • 9 columns
Loading...

CREATE TABLE births_itl (
  "gss_code" VARCHAR,
  "gss_name" VARCHAR,
  "year_ending_date" TIMESTAMP,
  "measure" VARCHAR,
  "geography" VARCHAR,
  "source" VARCHAR,
  "sex" VARCHAR,
  "source_url" VARCHAR,
  "value" BIGINT
);