Internal Migration Flows - School Age Children Visualisation
Greater London Authority
@ukgov.internal_migration_flows_school_age_children_visualisation
Greater London Authority
@ukgov.internal_migration_flows_school_age_children_visualisation
Updated: 14/05/2025
Summaries of estimated annual internal migration flows of children aged 0 to 15 for London local authorities.
Outputs are based on detailed estimates of internal migration published by the Office for National Statistics.
Data for year ending mid-2023 are currently based on modelled flows produced by the GLA.
Publisher name: Greater London Authority
Last updated: 2025-05-27T04:01:25Z
CREATE TABLE domestic_flows_children (
"gss_code" VARCHAR,
"gss_name" VARCHAR,
"origin_destination_code" VARCHAR,
"origin_destination_name" VARCHAR,
"year" BIGINT,
"direction" VARCHAR,
"n_0" BIGINT -- 0,
"n_1" BIGINT -- 1,
"n_2" BIGINT -- 2,
"n_3" BIGINT -- 3,
"n_4" BIGINT -- 4,
"n_5" BIGINT -- 5,
"n_6" BIGINT -- 6,
"n_7" BIGINT -- 7,
"n_8" BIGINT -- 8,
"n_9" BIGINT -- 9,
"n_10" BIGINT -- 10,
"n_11" BIGINT -- 11,
"n_12" BIGINT -- 12,
"n_13" BIGINT -- 13,
"n_14" BIGINT -- 14,
"n_15" BIGINT -- 15,
"age_0_to_4" BIGINT,
"age_5_to_10" BIGINT,
"age_11_to_15" BIGINT,
"age_0_to_15" BIGINT
);Anyone who has the link will be able to view this.