Rough Sleepers Across England
Cambridgeshire Insight
@ukgov.rough_sleepers_across_england1
Cambridgeshire Insight
@ukgov.rough_sleepers_across_england1
CREATE TABLE table_1 (
"ons_code" VARCHAR,
"local_authority" VARCHAR,
"region" VARCHAR,
"n_2010" BIGINT,
"n_2011" BIGINT,
"n_2012" BIGINT,
"n_2013" BIGINT,
"n_2014" BIGINT,
"n_2015" BIGINT,
"n_2016" BIGINT,
"n_2017" BIGINT,
"number_of_households_2017_thousands" BIGINT,
"n_2017_rough_sleeping_rate_per_thousand_households" DOUBLE
);
CREATE TABLE table_2 (
"ons_code" VARCHAR,
"region" VARCHAR,
"n_2010" BIGINT,
"n_2011" BIGINT,
"n_2012" BIGINT,
"n_2013" BIGINT,
"n_2014" BIGINT,
"n_2015" BIGINT,
"n_2016" BIGINT,
"n_2017" BIGINT,
"number_of_households_2017_thousands" BIGINT,
"n_2017_rough_sleeping_rate_per_thousand_households" DOUBLE
);
Anyone who has the link will be able to view this.