Rough Sleepers Across England
Cambridgeshire Insight
@ukgov.rough_sleepers_across_england1
Cambridgeshire Insight
@ukgov.rough_sleepers_across_england1
This data provides information across England on the number of rough sleepers in each local authority area and Region, identified either through a count or an estimate, from 2010 to 2017.
The data comes from CLG table 1 and is presented here simply to ease analysis by simplifying the fomatting. The data itself is unchanged.
Publisher name: Cambridgeshire Insight
Last updated: 2024-09-14T15:41:10Z
CREATE TABLE table_1 (
"ons_code" VARCHAR,
"local_authority" VARCHAR,
"region" VARCHAR,
"n_2010" BIGINT -- 2010,
"n_2011" BIGINT -- 2011,
"n_2012" BIGINT -- 2012,
"n_2013" BIGINT -- 2013,
"n_2014" BIGINT -- 2014,
"n_2015" BIGINT -- 2015,
"n_2016" BIGINT -- 2016,
"n_2017" BIGINT -- 2017,
"number_of_households_2017_thousands" BIGINT -- Number Of Households 2017 (thousands),
"n_2017_rough_sleeping_rate_per_thousand_households" DOUBLE -- 2017 Rough Sleeping Rate (per Thousand Households)
);CREATE TABLE table_2 (
"ons_code" VARCHAR,
"region" VARCHAR,
"n_2010" BIGINT -- 2010,
"n_2011" BIGINT -- 2011,
"n_2012" BIGINT -- 2012,
"n_2013" BIGINT -- 2013,
"n_2014" BIGINT -- 2014,
"n_2015" BIGINT -- 2015,
"n_2016" BIGINT -- 2016,
"n_2017" BIGINT -- 2017,
"number_of_households_2017_thousands" BIGINT -- Number Of Households 2017 (thousands),
"n_2017_rough_sleeping_rate_per_thousand_households" DOUBLE -- 2017 Rough Sleeping Rate (per Thousand Households)
);Anyone who has the link will be able to view this.